Skip to content

Commit b8e0561

Browse files
committed
Depends upon Tensorflow 2.15
PiperOrigin-RevId: 627854592
1 parent 8e08db8 commit b8e0561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
* Bumped the Ubuntu version on which `struct2tensor` is tested to 20.04
2222
(previously was 16.04).
23-
* Depends on `tensorflow~=2.15.0`.
23+
* Depends on `tensorflow 2.15`.
2424
* Bumped the minimum bazel version required to build `struct2tensor` to 6.1.0.
2525
* Depends on `protobuf>=4.25.2,<5` for Python 3.11 and on `protobuf>3.20.3,<5`
2626
for 3.9 and 3.10.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def select_constraint(default, nightly=None, git_master=None):
7979
'numpy>=1.22',
8080
'protobuf>=4.25.2,<5;python_version>="3.11"',
8181
'protobuf>=3.20.3,<5;python_version<"3.11"',
82-
'tensorflow~=2.15',
82+
'tensorflow>=2.15,<2.16',
8383
'tensorflow-metadata' + select_constraint(
8484
default='>=1.15.0,<1.16.0',
8585
nightly='>=1.16.0.dev',

0 commit comments

Comments
 (0)