Skip to content

Commit

Permalink
Depends on 'tensorflow>=2.15,<2.16'.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610814609
  • Loading branch information
iindyk authored and tfx-copybara committed Feb 27, 2024
1 parent 6748bff commit d697414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(previously was 16.04).
* Explicitly use Keras 2 or `tf_keras`` if Keras 3 is installed.
* Added python 3.11 support.
* Depends on `tensorflow>=2.15.0,<3`.
* Depends on `tensorflow>=2.15,<2.16`.
* Enable passing `tf.saved_model.SaveOptions` to model saving functionality.
* Census and sentiment examples updated to only use Keras instead of
estimator.
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def _make_required_install_packages():
'protobuf>=3.20.3,<5',
'pyarrow>=10,<11',
'pydot>=1.2,<2',
'tensorflow>=2.15,<3',
# TODO(b/303870331) Update to '>=2.16,<3' once the rest of the ecosystem
# updates and the incompatibilities are fixed.
'tensorflow>=2.15,<2.16',
'tensorflow-metadata' + select_constraint(
default='>=1.14.0,<1.15.0',
nightly='>=1.15.0.dev',
Expand Down

0 comments on commit d697414

Please sign in to comment.