python311Packages.mlflow: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 15:26:26 +01:00
parent 729d803125
commit 1c1182c2e2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 5 additions and 1 deletions

View File

@ -56,7 +56,11 @@ buildPythonPackage rec {
setuptools
];
pythonRemoveDeps = [ "shap" ];
pythonRelaxDeps = [ "pytz" "pyarrow" ];
pythonRelaxDeps = [
"packaging"
"pytz"
"pyarrow"
];
propagatedBuildInputs = [
alembic