nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #225899 from bcdarwin/unbreak-mlflow

python310Packages.mlflow: unbreak

authored by

Weijia Wang and committed by
GitHub
46a59ee0 f73ac8fa

+3
+3
pkgs/development/python-modules/mlflow/default.nix
··· 24 24 , pythonOlder 25 25 , pythonRelaxDepsHook 26 26 , pyarrow 27 + , pytz 27 28 , pyyaml 28 29 , querystring_parser 29 30 , requests ··· 53 52 # but not mlflow has a 'skinny' install option which does not require `shap`. 54 53 nativeBuildInputs = [ pythonRelaxDepsHook ]; 55 54 pythonRemoveDeps = [ "shap" ]; 55 + pythonRelaxDeps = [ "pytz" ]; 56 56 57 57 propagatedBuildInputs = [ 58 58 alembic ··· 76 74 protobuf 77 75 python-dateutil 78 76 pyarrow 77 + pytz 79 78 pyyaml 80 79 querystring_parser 81 80 requests