Skip to content

Commit

Permalink
python dev/update_ml_package_versions.py (#5323)
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 27, 2022
1 parent 5387dd3 commit eab972d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mlflow/ml-package-versions.yml
Expand Up @@ -41,7 +41,7 @@ pytorch-lightning:
autologging:
minimum: "1.0.5"
maximum: "1.5.8"
maximum: "1.5.9"
requirements: ["torchvision", "scikit-learn"]
run: |
pytest tests/pytorch/test_pytorch_autolog.py --large
Expand Down Expand Up @@ -115,14 +115,14 @@ xgboost:
models:
minimum: "0.90"
maximum: "1.5.1"
maximum: "1.5.2"
requirements: ["scikit-learn"]
run: |
pytest tests/xgboost/test_xgboost_model_export.py --large
autologging:
minimum: "0.90"
maximum: "1.5.1"
maximum: "1.5.2"
requirements: ["scikit-learn", "matplotlib"]
run: |
pytest tests/xgboost/test_xgboost_autolog.py --large
Expand Down Expand Up @@ -284,7 +284,7 @@ spark:
models:
minimum: "3.0.0"
maximum: "3.2.0"
maximum: "3.2.1"
# NB: Allow unreleased maximum versions for the pyspark package to support models and
# autologging use cases in environments where newer versions of pyspark are available
# prior to their release on PyPI (e.g. Databricks)
Expand All @@ -303,7 +303,7 @@ spark:
autologging:
minimum: "3.0.0"
maximum: "3.2.0"
maximum: "3.2.1"
# NB: Allow unreleased maximum versions for the pyspark package to support models and
# autologging use cases in environments where newer versions of pyspark are available
# prior to their release on PyPI (e.g. Databricks)
Expand Down

0 comments on commit eab972d

Please sign in to comment.