From e02bc8e176a098881a09995af23919e209f8e7db Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 May 2025 18:36:22 +0200 Subject: [PATCH] python313Packages.streamlit: relax packaging constraint --- pkgs/development/python-modules/streamlit/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/streamlit/default.nix b/pkgs/development/python-modules/streamlit/default.nix index eb983031909b..80a8fe7e51fb 100644 --- a/pkgs/development/python-modules/streamlit/default.nix +++ b/pkgs/development/python-modules/streamlit/default.nix @@ -42,6 +42,8 @@ buildPythonPackage rec { setuptools ]; + pythonRelaxDeps = [ "packaging" ]; + dependencies = [ altair blinker