streamlit: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 17:07:06 +01:00
parent faf432ed57
commit d80c3e8652
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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 = [