python312Packages.mlflow: relax dependency constraints

This commit is contained in:
Martin Weinelt
2024-10-13 11:10:00 +02:00
parent 67058fb25c
commit 43fce14cad
@@ -57,7 +57,9 @@ buildPythonPackage rec {
pythonRemoveDeps = [ "shap" ];
pythonRelaxDeps = [
"gunicorn"
"importlib-metadata"
"packaging"
"protobuf"
"pytz"
"pyarrow"
];