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

python311Packages.mlflow: 2.12.1 -> 2.12.2
This commit is contained in:
OTABI Tomoya 2024-05-10 19:22:20 +09:00 committed by GitHub
commit 96a2cb102f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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