Skip to content

Commit

Permalink
python312Packages.mlflow: relax dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 12, 2024
1 parent 6561fc9 commit f181e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/mlflow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ buildPythonPackage rec {
pythonRemoveDeps = [ "shap" ];
pythonRelaxDeps = [
"gunicorn"
"importlib-metadata"
"packaging"
"protobuf"
"pytz"
"pyarrow"
];
Expand Down

0 comments on commit f181e31

Please sign in to comment.