Unverified Commit 46a59ee0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #225899 from bcdarwin/unbreak-mlflow

python310Packages.mlflow: unbreak
parents f73ac8fa fe22c818
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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