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
commit 8a97f4527f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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