Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ALL TESTS] Update #5278

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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