Skip to content

Commit

Permalink
Run python3 dev/update_ml_package_versions.py
Browse files Browse the repository at this point in the history
Signed-off-by: mlflow-automation <mlflow-automation@users.noreply.github.com>
  • Loading branch information
mlflow-automation committed Jun 11, 2024
1 parent 8847637 commit 22076ab
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sklearn:
models:
minimum: "0.24.1"
maximum: "1.4.2"
maximum: "1.5.0"
requirements:
"< 1.0": ["scipy==1.7.3"]
python:
Expand All @@ -16,7 +16,7 @@ sklearn:
autologging:
minimum: "0.24.1"
maximum: "1.4.2"
maximum: "1.5.0"
python:
"== dev": "3.9"
requirements:
Expand All @@ -37,7 +37,7 @@ pytorch:
models:
minimum: "1.9.0"
maximum: "2.3.0"
maximum: "2.3.1"
requirements:
">= 0.0.0": ["torchvision", "scikit-learn"]
">= 1.8": ["transformers"]
Expand All @@ -47,7 +47,7 @@ pytorch:
autologging:
minimum: "1.9.0"
maximum: "2.3.0"
maximum: "2.3.1"
requirements:
">= 0.0.0": ["tensorboard"]
run: |
Expand All @@ -62,7 +62,7 @@ pytorch-lightning:
autologging:
minimum: "1.9.0"
maximum: "2.2.4"
maximum: "2.2.5"
requirements:
">= 0.0.0": ["scikit-learn", "torchvision", "protobuf<4.0.0", "tensorboard", "greenlet<3"]
# torchmetrics==0.8.0 released a breaking change for versions 1.3 and 1.4 where
Expand Down Expand Up @@ -289,7 +289,7 @@ onnx:
models:
minimum: "1.13.1"
maximum: "1.16.0"
maximum: "1.16.1"
requirements:
">= 0.0.0": ["onnxruntime", "torch", "scikit-learn", "protobuf<4.0.0"]
"< 1.11.0": ["numpy<1.24.0"]
Expand All @@ -304,7 +304,7 @@ spacy:
models:
minimum: "2.2.4"
maximum: "3.7.4"
maximum: "3.7.5"
requirements:
">= 0.0.0": ["scikit-learn", "click<8.1.0"]
"<= 3.0.9": ["flask<2.1.0", "werkzeug<3"]
Expand Down Expand Up @@ -539,7 +539,7 @@ transformers:
pip install git+https://github.com/huggingface/transformers
models:
minimum: "4.25.1"
maximum: "4.41.0"
maximum: "4.41.2"
unsupported: [
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
"4.38.0",
Expand Down Expand Up @@ -576,7 +576,7 @@ transformers:
pytest tests/transformers/test_transformers_model_export.py -k "test_transformers_tf_model_save_without_conda_env_uses_default_env_with_expected_dependencies or test_transformers_pt_model_save_dependencies_without_accelerate"
autologging:
minimum: "4.25.1"
maximum: "4.41.0"
maximum: "4.41.2"
unsupported: [
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
"4.38.0",
Expand Down Expand Up @@ -613,14 +613,14 @@ openai:
pip install git+https://github.com/openai/openai-python
models:
minimum: "0.27.2"
maximum: "1.30.1"
maximum: "1.33.0"
requirements:
">= 0.0.0": ["pyspark", "tiktoken", "aiohttp", "tenacity"]
run: |
pytest tests/openai/test_openai_model_export.py
autologging:
minimum: "1.17.0"
maximum: "1.27.0"
maximum: "1.33.0"
requirements:
">= 0.0.0": ["pyspark", "tiktoken", "aiohttp", "tenacity"]
run: |
Expand All @@ -633,7 +633,7 @@ langchain:
pip install git+https://github.com/hwchase17/langchain#subdirectory=libs/langchain
models:
minimum: "0.0.244"
maximum: "0.2.1"
maximum: "0.2.3"
requirements:
">= 0.0.0": [
"pyspark",
Expand Down Expand Up @@ -665,7 +665,7 @@ langchain:
fi
autologging:
minimum: "0.1.4"
maximum: "0.2.1"
maximum: "0.2.3"
requirements:
">= 0.0.0": [
"pyspark",
Expand Down Expand Up @@ -700,7 +700,7 @@ sentence_transformers:
pip install git+https://github.com/UKPLab/sentence-transformers#egg=sentence-transformers
models:
minimum: "2.2.2"
maximum: "2.7.0"
maximum: "3.0.1"
requirements:
">= 0.0.0": [
"pyspark",
Expand All @@ -718,7 +718,7 @@ johnsnowlabs:
pip_release: "johnsnowlabs"
models:
minimum: "4.4.6"
maximum: "5.3.5"
maximum: "5.3.6"
requirements:
">= 0.0.0": ["pandas<=1.5.3"]
"< 5.2.8": ["pyspark<3.4"]
Expand All @@ -737,7 +737,7 @@ promptflow:
pip install git+https://github.com/microsoft/promptflow#subdirectory=src/promptflow
models:
minimum: "1.3.0"
maximum: "1.10.1"
maximum: "1.12.0"
requirements:
# Requirements to run sparkudf predict test
">= 0.0.0": ["pyspark", "jinja2"]
Expand Down
32 changes: 16 additions & 16 deletions mlflow/ml_package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"models": {
"minimum": "0.24.1",
"maximum": "1.4.2"
"maximum": "1.5.0"
},
"autologging": {
"minimum": "0.24.1",
"maximum": "1.4.2"
"maximum": "1.5.0"
}
},
"pytorch": {
Expand All @@ -21,11 +21,11 @@
},
"models": {
"minimum": "1.9.0",
"maximum": "2.3.0"
"maximum": "2.3.1"
},
"autologging": {
"minimum": "1.9.0",
"maximum": "2.3.0"
"maximum": "2.3.1"
}
},
"pytorch-lightning": {
Expand All @@ -34,7 +34,7 @@
},
"autologging": {
"minimum": "1.9.0",
"maximum": "2.2.4"
"maximum": "2.2.5"
}
},
"keras": {
Expand Down Expand Up @@ -130,7 +130,7 @@
},
"models": {
"minimum": "1.13.1",
"maximum": "1.16.0"
"maximum": "1.16.1"
}
},
"spacy": {
Expand All @@ -139,7 +139,7 @@
},
"models": {
"minimum": "2.2.4",
"maximum": "3.7.4"
"maximum": "3.7.5"
}
},
"statsmodels": {
Expand Down Expand Up @@ -237,11 +237,11 @@
},
"models": {
"minimum": "4.25.1",
"maximum": "4.41.0"
"maximum": "4.41.2"
},
"autologging": {
"minimum": "4.25.1",
"maximum": "4.41.0"
"maximum": "4.41.2"
}
},
"openai": {
Expand All @@ -250,11 +250,11 @@
},
"models": {
"minimum": "0.27.2",
"maximum": "1.30.1"
"maximum": "1.33.0"
},
"autologging": {
"minimum": "1.17.0",
"maximum": "1.27.0"
"maximum": "1.33.0"
}
},
"langchain": {
Expand All @@ -263,11 +263,11 @@
},
"models": {
"minimum": "0.0.244",
"maximum": "0.2.1"
"maximum": "0.2.3"
},
"autologging": {
"minimum": "0.1.4",
"maximum": "0.2.1"
"maximum": "0.2.3"
}
},
"sentence_transformers": {
Expand All @@ -276,7 +276,7 @@
},
"models": {
"minimum": "2.2.2",
"maximum": "2.7.0"
"maximum": "3.0.1"
}
},
"johnsnowlabs": {
Expand All @@ -285,7 +285,7 @@
},
"models": {
"minimum": "4.4.6",
"maximum": "5.3.5"
"maximum": "5.3.6"
}
},
"promptflow": {
Expand All @@ -294,7 +294,7 @@
},
"models": {
"minimum": "1.3.0",
"maximum": "1.10.1"
"maximum": "1.12.0"
}
}
}

0 comments on commit 22076ab

Please sign in to comment.