Skip to content

Commit

Permalink
Updating Tensorflow dependency to ~=2.15
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 615114177
  • Loading branch information
tfx-copybara committed Mar 12, 2024
1 parent 596b2c8 commit 38561bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

* Bumped the Ubuntu version on which `struct2tensor` is tested to 20.04
(previously was 16.04).
* Depends on `tensorflow>=2.15.0,<3`.
* Depends on `tensorflow~=2.15.0`.
* Bumped the minimum bazel version required to build `struct2tensor` to 6.1.0.
* Depends on `protobuf>=4.25.2,<5` for Python 3.11 and on `protobuf>3.20.3,<5`
for 3.9 and 3.10.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def select_constraint(default, nightly=None, git_master=None):
'numpy>=1.22',
'protobuf>=4.25.2,<5;python_version>="3.11"',
'protobuf>=3.20.3,<5;python_version<"3.11"',
'tensorflow>=2.15,<3',
'tensorflow~=2.15',
'tensorflow-metadata' + select_constraint(
default='>=1.14.0,<1.15.0',
nightly='>=1.15.0.dev',
Expand Down

0 comments on commit 38561bc

Please sign in to comment.