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

python3.pkgs.mlflow: fix build
This commit is contained in:
Weijia Wang
2023-05-04 09:22:36 +03:00
committed by GitHub
@@ -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