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 <[email protected]>
  • Loading branch information
mlflow-automation committed Oct 7, 2024
1 parent 72d7ed1 commit 8fe2568
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ keras:
models:
minimum: "3.0.2"
maximum: "3.5.0"
maximum: "3.6.0"
python:
"== dev": "3.9"
requirements:
Expand All @@ -98,7 +98,7 @@ keras:
autologging:
minimum: "3.0.2"
maximum: "3.5.0"
maximum: "3.6.0"
python:
"== dev": "3.9"
requirements:
Expand Down Expand Up @@ -293,7 +293,7 @@ onnx:
models:
minimum: "1.13.1"
maximum: "1.16.2"
maximum: "1.17.0"
requirements:
">= 0.0.0": ["onnxruntime", "torch", "scikit-learn", "protobuf<4.0.0"]
"< 1.11.0": ["numpy<1.24.0"]
Expand All @@ -308,7 +308,7 @@ spacy:
models:
minimum: "2.2.4"
maximum: "3.7.5"
maximum: "3.8.2"
python:
"== dev": "3.9"
requirements:
Expand All @@ -326,7 +326,7 @@ statsmodels:
models:
minimum: "0.11.1"
maximum: "0.14.3"
maximum: "0.14.4"
python:
"== dev": "3.9"
requirements:
Expand All @@ -336,7 +336,7 @@ statsmodels:
autologging:
minimum: "0.11.1"
maximum: "0.14.3"
maximum: "0.14.4"
python:
"== dev": "3.9"
requirements:
Expand Down Expand Up @@ -456,7 +456,7 @@ prophet:
models:
minimum: "1.1.1"
maximum: "1.1.5"
maximum: "1.1.6"
requirements:
# Prophet does not handle numpy 2 yet. https://github.com/facebook/prophet/issues/2595
">= 0.0.0": ["numpy<2"]
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.51.0"
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.51.0"
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.3"
python:
">= 2.4.16": "3.9"
requirements:
Expand All @@ -682,7 +682,7 @@ langchain:
models:
# Where the large package update was made (langchain-core, community, ...)
minimum: "0.0.354"
maximum: "0.3.1"
maximum: "0.3.2"
python:
"== dev": "3.9"
requirements:
Expand Down Expand Up @@ -727,7 +727,7 @@ langchain:
fi
autologging:
minimum: "0.1.0"
maximum: "0.3.1"
maximum: "0.3.2"
python:
"== dev": "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.16"
python:
"== dev": "3.9"
requirements:
Expand All @@ -795,7 +795,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.16"
python:
"== dev": "3.9"
requirements:
Expand Down Expand Up @@ -852,7 +852,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 All @@ -871,7 +871,7 @@ promptflow:
pip install git+https://github.com/microsoft/promptflow#subdirectory=src/promptflow
models:
minimum: "1.3.0"
maximum: "1.15.1"
maximum: "1.16.0"
requirements:
# Requirements to run sparkudf predict test
">= 0.0.0": ["pyspark", "jinja2"]
Expand Down
36 changes: 18 additions & 18 deletions mlflow/ml_package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"models": {
"minimum": "3.0.2",
"maximum": "3.5.0"
"maximum": "3.6.0"
},
"autologging": {
"minimum": "3.0.2",
"maximum": "3.5.0"
"maximum": "3.6.0"
}
},
"tensorflow": {
Expand Down Expand Up @@ -131,7 +131,7 @@
},
"models": {
"minimum": "1.13.1",
"maximum": "1.16.2"
"maximum": "1.17.0"
}
},
"spacy": {
Expand All @@ -140,7 +140,7 @@
},
"models": {
"minimum": "2.2.4",
"maximum": "3.7.5"
"maximum": "3.8.2"
}
},
"statsmodels": {
Expand All @@ -149,11 +149,11 @@
},
"models": {
"minimum": "0.11.1",
"maximum": "0.14.3"
"maximum": "0.14.4"
},
"autologging": {
"minimum": "0.11.1",
"maximum": "0.14.3"
"maximum": "0.14.4"
}
},
"spark": {
Expand Down Expand Up @@ -185,7 +185,7 @@
},
"models": {
"minimum": "1.1.1",
"maximum": "1.1.5"
"maximum": "1.1.6"
}
},
"pmdarima": {
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.51.0"
},
"autologging": {
"minimum": "1.17.0",
"maximum": "1.49.0"
"maximum": "1.51.0"
}
},
"dspy": {
Expand All @@ -269,7 +269,7 @@
},
"models": {
"minimum": "2.4.16",
"maximum": "2.5.0"
"maximum": "2.5.3"
}
},
"langchain": {
Expand All @@ -278,11 +278,11 @@
},
"models": {
"minimum": "0.0.354",
"maximum": "0.3.1"
"maximum": "0.3.2"
},
"autologging": {
"minimum": "0.1.0",
"maximum": "0.3.1"
"maximum": "0.3.2"
}
},
"llama_index": {
Expand All @@ -292,11 +292,11 @@
},
"models": {
"minimum": "0.10.44",
"maximum": "0.11.13"
"maximum": "0.11.16"
},
"autologging": {
"minimum": "0.10.44",
"maximum": "0.11.13"
"maximum": "0.11.16"
}
},
"autogen": {
Expand All @@ -323,7 +323,7 @@
},
"models": {
"minimum": "4.4.6",
"maximum": "5.4.4"
"maximum": "5.4.5"
}
},
"promptflow": {
Expand All @@ -332,7 +332,7 @@
},
"models": {
"minimum": "1.3.0",
"maximum": "1.15.1"
"maximum": "1.16.0"
}
}
}
Expand Down

0 comments on commit 8fe2568

Please sign in to comment.