Merge pull request #327065 from r-ryantm/auto-update/mlflow-server

mlflow-server: 2.14.2 -> 2.14.3
This commit is contained in:
Robert Schütz 2024-08-06 05:50:48 -07:00 committed by GitHub
commit d50038489a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "mlflow";
version = "2.14.2";
version = "2.14.3";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zqC2eK3zjR+PbNlxMKhjJddLsVk7iVtq+tx1ACHr9aI=";
hash = "sha256-KSyuS4NXSgyyIxF+IkyqZ5iTMHivAjNxnCthK+pkVhc=";
};
# Remove currently broken dependency `shap`, a model explainability package.