Skip to content

Commit aab4e41

Browse files
authored
python312Packages.mlflow: 2.19.0 -> 2.20.1 (NixOS#379001)
2 parents 17bfa44 + a737eac commit aab4e41

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pkgs/development/python-modules/mlflow/default.nix

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
pytestCheckHook,
6060
pytorch-lightning,
6161
sentence-transformers,
62+
shap,
6263
starlette,
6364
statsmodels,
6465
tensorflow,
@@ -70,20 +71,16 @@
7071

7172
buildPythonPackage rec {
7273
pname = "mlflow";
73-
version = "2.19.0";
74+
version = "2.20.1";
7475
pyproject = true;
7576

7677
src = fetchFromGitHub {
7778
owner = "mlflow";
7879
repo = "mlflow";
7980
tag = "v${version}";
80-
hash = "sha256-QUyoT6tl/kv/RAntKYZ83p/lvssX1dJb45VpklAVQT4=";
81+
hash = "sha256-672lKzYkWpUuUB2hiVtOqMhQltzRMGhoff2ZimLWJC8=";
8182
};
8283

83-
# Remove currently broken dependency `shap`, a model explainability package.
84-
# This seems quite unprincipled especially with tests not being enabled,
85-
# but not mlflow has a 'skinny' install option which does not require `shap`.
86-
pythonRemoveDeps = [ "shap" ];
8784
pythonRelaxDeps = [
8885
"gunicorn"
8986
"importlib-metadata"
@@ -117,10 +114,12 @@ buildPythonPackage rec {
117114
pandas
118115
protobuf
119116
pyarrow
117+
pydantic
120118
pyyaml
121119
requests
122120
scikit-learn
123121
scipy
122+
shap
124123
sqlalchemy
125124
sqlparse
126125
];

0 commit comments

Comments
 (0)