mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 08:04:47 +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`.
|
# but not mlflow has a 'skinny' install option which does not require `shap`.
|
||||||
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
||||||
pythonRemoveDeps = [ "shap" ];
|
pythonRemoveDeps = [ "shap" ];
|
||||||
pythonRelaxDeps = [ "pytz" ];
|
pythonRelaxDeps = [ "pytz" "pyarrow" ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
alembic
|
alembic
|
||||||
|
Loading…
Reference in New Issue
Block a user