Skip to content

Commit

Permalink
python dev/update_ml_package_versions.py (#5278)
Browse files Browse the repository at this point in the history
Signed-off-by: Jenkins <jenkins@databricks.com>

Co-authored-by: Jenkins <jenkins@databricks.com>
  • Loading branch information
mlflow-automation and Jenkins committed Jan 17, 2022
1 parent 043108c commit 9ef881f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions mlflow/ml-package-versions.yml
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 9ef881f

Please sign in to comment.