streamlit: relax packaging constraint
This commit is contained in:
parent
faf432ed57
commit
d80c3e8652
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
, pympler
|
||||
, python-dateutil
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, setuptools
|
||||
, requests
|
||||
, rich
|
||||
|
@ -44,6 +45,11 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"packaging"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue