Skip to content

Commit

Permalink
lock keras version (#5809)
Browse files Browse the repository at this point in the history
BUG
  • Loading branch information
pyu10055 authored Nov 3, 2021
1 parent b989f6e commit c16a217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tfjs-converter/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ py_wheel(
license = "Apache 2.0",
python_tag = "py3",
requires = [
"keras<=2.6.0",
"tensorflow-estimator<=2.6.0",
"tensorflow>=2.1.0,<3",
"six>=1.12.0,<2",
Expand Down
1 change: 1 addition & 0 deletions tfjs-converter/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
keras<=2.6.0
tensorflow-estimator<=2.6.0
tensorflow>=2.1.0,<3
protobuf==3.17.3; python_version < "3"
Expand Down

0 comments on commit c16a217

Please sign in to comment.