python311Packages.mlflow: 2.11.3 -> 2.12.1

This commit is contained in:
R. Ryantm 2024-04-17 15:39:58 +00:00
parent d84b5d7735
commit b09e4d3815
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.