Merge pull request #225899 from bcdarwin/unbreak-mlflow

python310Packages.mlflow: unbreak
This commit is contained in:
Weijia Wang
2023-04-13 10:33:59 +03:00
committed by GitHub
@@ -24,6 +24,7 @@
, pythonOlder
, pythonRelaxDepsHook
, pyarrow
, pytz
, pyyaml
, querystring_parser
, requests
@@ -52,6 +53,7 @@ buildPythonPackage rec {
# but not mlflow has a 'skinny' install option which does not require `shap`.
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRemoveDeps = [ "shap" ];
pythonRelaxDeps = [ "pytz" ];
propagatedBuildInputs = [
alembic
@@ -74,6 +76,7 @@ buildPythonPackage rec {
protobuf
python-dateutil
pyarrow
pytz
pyyaml
querystring_parser
requests