Merge pull request #304824 from r-ryantm/auto-update/python311Packages.mlflow

python311Packages.mlflow: 2.11.3 -> 2.12.1
This commit is contained in:
Thomas Gerbet 2024-04-27 13:13:33 +02:00 committed by GitHub
commit 49a73d1a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "mlflow";
version = "2.11.3";
version = "2.12.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Yht+MR6JC3lxnC53dyhtjgjTjdBNWrCAlmmQvUpV/rs=";
hash = "sha256-qpKuuyN5qcVITL6QHN93nVQIrJamQeSx+KLR/5dNt8k=";
};
# Remove currently broken dependency `shap`, a model explainability package.