-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update converter TF version to 2.12.0 (#7615)
Update tfjs-converter python dependencies to use tensorflow>=2.12.0. This is required for protobuf versions above 3.20.x. Otherwise, it throws TypeError: Descriptors cannot not be created directly. See this stackoverflow for more details. Orbax requires at least python 3.8.0. Update the CI docker from buster to bullseye, which uses python 3.9. Additionally, make the converter python nightly tests cloudbuild file use the release docker when running tests.
- Loading branch information
1 parent
3f01eb5
commit 8bc206a
Showing
6 changed files
with
111 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
flax>=0.6.2,<0.6.3 | ||
jax>=0.3.16 | ||
importlib_resources>=5.9.0 | ||
tensorflow>=2.10.0,<3 | ||
tensorflow-decision-forests>=1.0.1 | ||
tensorflow>=2.12.0,<3 | ||
tensorflow-decision-forests>=1.3.0 | ||
six>=1.12.0,<2 | ||
tensorflow-hub>=0.7.0,<0.13; python_version >= "3" | ||
tensorflow-hub>=0.13.0; python_version >= "3" | ||
packaging~=20.9 |
Oops, something went wrong.