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 Nov 18, 2024
1 parent 93593a8 commit e4a2b39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -663,14 +663,14 @@ dspy:
pip install git+https://github.com/stanfordnlp/dspy.git
models:
minimum: "2.5.6"
maximum: "2.5.29"
maximum: "2.5.31"
requirements:
">= 0.0.0": ["openai"]
run: |
pytest tests/dspy --ignore tests/dspy/test_dspy_autolog.py
autologging:
minimum: "2.5.17"
maximum: "2.5.29"
maximum: "2.5.31"
requirements:
">= 0.0.0": ["openai"]
run: |
Expand Down Expand Up @@ -867,7 +867,7 @@ johnsnowlabs:
pip_release: "johnsnowlabs"
models:
minimum: "4.4.6"
maximum: "5.5.0"
maximum: "5.5.1"
requirements:
">= 0.0.0": ["pandas<=1.5.3"]
"< 5.2.8": ["pyspark<3.4"]
Expand Down
6 changes: 3 additions & 3 deletions mlflow/ml_package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@
},
"models": {
"minimum": "2.5.6",
"maximum": "2.5.29"
"maximum": "2.5.31"
},
"autologging": {
"minimum": "2.5.17",
"maximum": "2.5.29"
"maximum": "2.5.31"
}
},
"langchain": {
Expand Down Expand Up @@ -337,7 +337,7 @@
},
"models": {
"minimum": "4.4.6",
"maximum": "5.5.0"
"maximum": "5.5.1"
}
},
"promptflow": {
Expand Down

0 comments on commit e4a2b39

Please sign in to comment.