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:
Vladimír Čunát 2024-03-29 07:23:19 +01:00
parent c9c063bd3c
commit c2b0bf3dd5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 2 additions and 2 deletions

View File

@ -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.