Skip to content

Commit

Permalink
Update Keras version to 3.8. (#2029)
Browse files Browse the repository at this point in the history
This is causing `autogen` to fail.
  • Loading branch information
hertschuh authored Jan 13, 2025
1 parent 04d7cb3 commit b7a95a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
GUIDES_GH_LOCATION = Path("keras-team") / "keras-io" / "blob" / "master" / "guides"
KERAS_TEAM_GH = "https://github.com/keras-team"
PROJECT_URL = {
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.7.0/",
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.8.0/",
"keras_tuner": f"{KERAS_TEAM_GH}/keras-tuner/tree/v1.4.7/",
"keras_hub": f"{KERAS_TEAM_GH}/keras-hub/tree/v0.18.1/",
"tf_keras": f"{KERAS_TEAM_GH}/tf-keras/tree/v2.18.0/",
Expand Down

0 comments on commit b7a95a5

Please sign in to comment.