File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
pkgs/development/python-modules/mlflow Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 5959 pytestCheckHook ,
6060 pytorch-lightning ,
6161 sentence-transformers ,
62+ shap ,
6263 starlette ,
6364 statsmodels ,
6465 tensorflow ,
7071
7172buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments