streamlit: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 17:07:06 +01:00
parent 6c72529eae
commit ae7d16c46b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,7 @@
, pympler
, python-dateutil
, pythonOlder
, pythonRelaxDepsHook
, setuptools
, requests
, rich
@ -44,6 +45,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
];
propagatedBuildInputs = [