python3Packages.mlflow: 2.11.1 -> 2.11.3
Security updates and also fixes build issue: - packaging<24 not satisfied by version 24.0 https://github.com/mlflow/mlflow/releases/tag/v2.11.2 https://github.com/mlflow/mlflow/releases/tag/v2.11.3
This commit is contained in:
parent
c9c063bd3c
commit
c2b0bf3dd5
@ -38,14 +38,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mlflow";
|
||||
version = "2.11.1";
|
||||
version = "2.11.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ouwp7oYvGZVSCPuOBeUeXp0u3HF143zxNtlDuYGoJOk=";
|
||||
hash = "sha256-Yht+MR6JC3lxnC53dyhtjgjTjdBNWrCAlmmQvUpV/rs=";
|
||||
};
|
||||
|
||||
# Remove currently broken dependency `shap`, a model explainability package.
|
||||
|
Loading…
Reference in New Issue
Block a user