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 Sep 30, 2024
1 parent 34f5116 commit e7a9b16
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ spacy:
models:
minimum: "2.2.4"
maximum: "3.7.6"
maximum: "3.8.1"
python:
"== dev": "3.9"
requirements:
Expand Down Expand Up @@ -548,7 +548,7 @@ transformers:
pip install git+https://github.com/huggingface/transformers
models:
minimum: "4.25.1"
maximum: "4.45.0"
maximum: "4.45.1"
unsupported: [
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
"4.38.0",
Expand Down Expand Up @@ -589,7 +589,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.45.0"
maximum: "4.45.1"
unsupported: [
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
"4.38.0",
Expand Down Expand Up @@ -630,7 +630,7 @@ openai:
pip install git+https://github.com/openai/openai-python
models:
minimum: "1.0.1"
maximum: "1.49.0"
maximum: "1.50.2"
requirements:
">= 0.0.0": [
"pyspark",
Expand All @@ -645,7 +645,7 @@ openai:
pytest tests/openai --ignore tests/openai/test_openai_autolog.py
autologging:
minimum: "1.17.0"
maximum: "1.49.0"
maximum: "1.50.2"
requirements:
">= 0.0.0": [
"pyspark",
Expand All @@ -666,7 +666,7 @@ dspy:
pip install git+https://github.com/stanfordnlp/dspy.git
models:
minimum: "2.4.16"
maximum: "2.5.0"
maximum: "2.5.2"
python:
">= 2.4.16": "3.9"
requirements:
Expand Down Expand Up @@ -775,7 +775,7 @@ llama_index:
models:
# New event/span framework is fully implemented in 0.10.44
minimum: "0.10.44"
maximum: "0.11.13"
maximum: "0.11.14"
python:
"== dev": "3.9"
requirements:
Expand All @@ -793,7 +793,7 @@ llama_index:
run: pytest tests/llama_index --ignore tests/llama_index/test_llama_index_autolog.py --ignore tests/llama_index/test_llama_index_tracer.py
autologging:
minimum: "0.10.44"
maximum: "0.11.13"
maximum: "0.11.14"
python:
"== dev": "3.9"
requirements:
Expand Down Expand Up @@ -848,7 +848,7 @@ johnsnowlabs:
pip_release: "johnsnowlabs"
models:
minimum: "4.4.6"
maximum: "5.4.4"
maximum: "5.4.5"
requirements:
">= 0.0.0": ["pandas<=1.5.3"]
"< 5.2.8": ["pyspark<3.4"]
Expand Down
18 changes: 9 additions & 9 deletions mlflow/ml_package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
},
"models": {
"minimum": "2.2.4",
"maximum": "3.7.6"
"maximum": "3.8.1"
}
},
"statsmodels": {
Expand Down Expand Up @@ -243,11 +243,11 @@
},
"models": {
"minimum": "4.25.1",
"maximum": "4.45.0"
"maximum": "4.45.1"
},
"autologging": {
"minimum": "4.25.1",
"maximum": "4.45.0"
"maximum": "4.45.1"
}
},
"openai": {
Expand All @@ -256,11 +256,11 @@
},
"models": {
"minimum": "1.0.1",
"maximum": "1.49.0"
"maximum": "1.50.2"
},
"autologging": {
"minimum": "1.17.0",
"maximum": "1.49.0"
"maximum": "1.50.2"
}
},
"dspy": {
Expand All @@ -269,7 +269,7 @@
},
"models": {
"minimum": "2.4.16",
"maximum": "2.5.0"
"maximum": "2.5.2"
}
},
"langchain": {
Expand All @@ -292,11 +292,11 @@
},
"models": {
"minimum": "0.10.44",
"maximum": "0.11.13"
"maximum": "0.11.14"
},
"autologging": {
"minimum": "0.10.44",
"maximum": "0.11.13"
"maximum": "0.11.14"
}
},
"autogen": {
Expand All @@ -323,7 +323,7 @@
},
"models": {
"minimum": "4.4.6",
"maximum": "5.4.4"
"maximum": "5.4.5"
}
},
"promptflow": {
Expand Down

0 comments on commit e7a9b16

Please sign in to comment.