Skip to content

Commit

Permalink
Bump supported Keras and Tensorflow version (mlflow#11653)
Browse files Browse the repository at this point in the history
Signed-off-by: chenmoneygithub <[email protected]>
  • Loading branch information
chenmoneygithub authored and daniellok-db committed May 14, 2024
1 parent 6fe36b4 commit 32a4b53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ keras:
models:
minimum: "3.0.2"
maximum: "3.0.5"
maximum: "3.2.0"
requirements:
">= 3.0.0": ["jax[cpu]>0.4"]
run: |
Expand All @@ -91,7 +91,7 @@ keras:
autologging:
minimum: "3.0.2"
maximum: "3.0.5"
maximum: "3.2.0"
requirements:
">= 3.0.0": ["jax[cpu]>0.4"]
run: |
Expand All @@ -106,7 +106,7 @@ tensorflow:
models:
minimum: "2.6.5"
maximum: "2.15.0.post1"
maximum: "2.16.1"
requirements:
# Requirements to run tests for keras
">= 0.0.0": ["scikit-learn", "pyspark", "pyarrow", "transformers!=4.38.0,!=4.38.1"]
Expand All @@ -131,7 +131,7 @@ tensorflow:
autologging:
minimum: "2.6.5"
maximum: "2.15.0.post1"
maximum: "2.16.1"
requirements:
"== dev": ["scikit-learn"]
"< 2.7.0": ["pandas==1.3.5"]
Expand Down
8 changes: 4 additions & 4 deletions mlflow/ml_package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
},
"models": {
"minimum": "3.0.2",
"maximum": "3.0.5"
"maximum": "3.2.0"
},
"autologging": {
"minimum": "3.0.2",
"maximum": "3.0.5"
"maximum": "3.2.0"
}
},
"tensorflow": {
Expand All @@ -56,11 +56,11 @@
},
"models": {
"minimum": "2.6.5",
"maximum": "2.15.0.post1"
"maximum": "2.16.1"
},
"autologging": {
"minimum": "2.6.5",
"maximum": "2.15.0.post1"
"maximum": "2.16.1"
}
},
"xgboost": {
Expand Down

0 comments on commit 32a4b53

Please sign in to comment.