Unverified Commit 8a97f452 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #229782 from benxiao/rx/fix-mlflow

python3.pkgs.mlflow: fix build
parents 0a56a84d 91011996
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ buildPythonPackage rec {
  # but not mlflow has a 'skinny' install option which does not require `shap`.
  nativeBuildInputs = [ pythonRelaxDepsHook ];
  pythonRemoveDeps = [ "shap" ];
  pythonRelaxDeps = [ "pytz" ];
  pythonRelaxDeps = [ "pytz" "pyarrow" ];

  propagatedBuildInputs = [
    alembic