mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
Merge pull request #229782 from benxiao/rx/fix-mlflow
python3.pkgs.mlflow: fix build
This commit is contained in:
commit
8a97f4527f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user