From 3db40e3e5eb752c18f8eb3550c2862a66c4dd8cd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Jan 2022 07:58:09 +0000 Subject: [PATCH] python dev/update_ml_package_versions.py Signed-off-by: Jenkins --- mlflow/ml-package-versions.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/mlflow/ml-package-versions.yml b/mlflow/ml-package-versions.yml index 13f9e3f1302cc..e59f317fd6d51 100644 --- a/mlflow/ml-package-versions.yml +++ b/mlflow/ml-package-versions.yml @@ -9,13 +9,13 @@ sklearn: models: minimum: "0.20.3" - maximum: "1.0.1" + maximum: "1.0.2" run: | pytest tests/sklearn/test_sklearn_model_export.py --large autologging: minimum: "0.20.3" - maximum: "1.0.1" + maximum: "1.0.2" requirements: ["matplotlib"] run: | pytest tests/sklearn/test_sklearn_autolog.py --large @@ -28,7 +28,7 @@ pytorch: models: minimum: "1.4.0" - maximum: "1.10.0" + maximum: "1.10.1" requirements: ["torchvision", "scikit-learn", "transformers"] run: | pytest tests/pytorch/test_pytorch_model_export.py --large @@ -41,7 +41,7 @@ pytorch-lightning: autologging: minimum: "1.0.5" - maximum: "1.5.3" + maximum: "1.5.8" requirements: ["torchvision", "scikit-learn"] run: | pytest tests/pytorch/test_pytorch_autolog.py --large @@ -135,14 +135,14 @@ lightgbm: models: minimum: "2.3.1" - maximum: "3.3.1" + maximum: "3.3.2" requirements: ["scikit-learn"] run: | pytest tests/lightgbm/test_lightgbm_model_export.py --large autologging: minimum: "2.3.1" - maximum: "3.3.1" + maximum: "3.3.2" requirements: ["scikit-learn", "matplotlib"] run: | pytest tests/lightgbm/test_lightgbm_autolog.py --large @@ -160,7 +160,7 @@ catboost: models: minimum: "0.23.1" - maximum: "1.0.3" + maximum: "1.0.4" requirements: ["scikit-learn"] run: | pytest tests/catboost/test_catboost_model_export.py --large @@ -173,7 +173,7 @@ gluon: models: minimum: "1.5.1" - maximum: "1.8.0.post0" + maximum: "1.9.0" unsupported: ["1.8.0"] # MXNet 1.8.0 is a flawed release that we don't expect to work with run: | # Install libopenblas-dev for mxnet 1.8.0.post0 @@ -182,7 +182,7 @@ gluon: autologging: minimum: "1.5.1" - maximum: "1.8.0.post0" + maximum: "1.9.0" unsupported: ["1.8.0"] # MXNet 1.8.0 is a flawed release that we don't expect to work with run: | pytest tests/gluon/test_gluon_autolog.py --large @@ -242,7 +242,7 @@ spacy: models: minimum: "2.2.4" - maximum: "3.2.0" + maximum: "3.2.1" requirements: ["scikit-learn"] run: | pytest tests/spacy/test_spacy_model_export.py --large @@ -328,7 +328,7 @@ mleap: models: minimum: "0.15.0" - maximum: "0.18.1" + maximum: "0.19.0" requirements: "<= 0.17.0": ["pyspark==2.4.5"] "> 0.17.0": ["pyspark==3.0.2"]