Skip to content

Commit dceb4ab

Browse files
iindyktfx-copybara
authored andcommitted
Depends on 'tensorflow>=2.15,<3'.
It seems we only have a problem with TF 2.16.0rc0, nightly builds are passing. Therefore, once TF 2.16.0rc1 is released the pre-released builds should turn green and we should not have a problem with 2.16. PiperOrigin-RevId: 611234857
1 parent 2e7592f commit dceb4ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(previously was 16.04).
1313
* Explicitly use Keras 2 or `tf_keras`` if Keras 3 is installed.
1414
* Added python 3.11 support.
15-
* Depends on 'tensorflow>=2.15,!=2.16,<3'.
15+
* Depends on 'tensorflow>=2.15,<3'.
1616
* Enable passing `tf.saved_model.SaveOptions` to model saving functionality.
1717
* Census and sentiment examples updated to only use Keras instead of
1818
estimator.

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ def _make_required_install_packages():
4848
'protobuf>=4.25.2,<5',
4949
'pyarrow>=10,<11',
5050
'pydot>=1.2,<2',
51-
# TODO(b/303870331) Update to '>=2.17,<3' once the rest of the ecosystem
52-
# updates and the incompatibilities are fixed.
53-
'tensorflow>=2.15,!=2.16,<3',
51+
'tensorflow>=2.15,<3',
5452
'tensorflow-metadata' + select_constraint(
5553
default='>=1.14.0,<1.15.0',
5654
nightly='>=1.15.0.dev',

0 commit comments

Comments
 (0)