Merge pull request #310482 from r-ryantm/auto-update/python311Packages.mlflow
python311Packages.mlflow: 2.12.1 -> 2.12.2
This commit is contained in:
commit
96a2cb102f
1 changed files with 2 additions and 2 deletions
|
@ -38,14 +38,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mlflow";
|
pname = "mlflow";
|
||||||
version = "2.12.1";
|
version = "2.12.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-qpKuuyN5qcVITL6QHN93nVQIrJamQeSx+KLR/5dNt8k=";
|
hash = "sha256-1xLxr51E8eueG67oymT3MR4YW3Vy/DweCoOkyM7/aq0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove currently broken dependency `shap`, a model explainability package.
|
# Remove currently broken dependency `shap`, a model explainability package.
|
||||||
|
|
Loading…
Reference in a new issue