Skip to content

Commit 617c5dd

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Updating Tensorflow dependency to >=2.15,<3.
PiperOrigin-RevId: 589633319
1 parent b8c8369 commit 617c5dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* Bumped the Ubuntu version on which `tensorflow_transform` is tested to 20.04
1212
(previously was 16.04).
1313
* Explicitly use Keras 2 or `tf_keras`` if Keras 3 is installed.
14+
* Added python 3.11 support.
15+
* Depends on `tensorflow>=2.15.0,<3`.
1416

1517
## Breaking Changes
1618

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def _make_required_install_packages():
4848
'protobuf>=3.20.3,<5',
4949
'pyarrow>=10,<11',
5050
'pydot>=1.2,<2',
51-
'tensorflow>=2.13,<3',
51+
'tensorflow>=2.15,<3',
5252
'tensorflow-metadata' + select_constraint(
5353
default='>=1.14.0,<1.15.0',
5454
nightly='>=1.15.0.dev',
@@ -80,6 +80,8 @@ def _make_required_install_packages():
8080
'Programming Language :: Python',
8181
'Programming Language :: Python :: 3',
8282
'Programming Language :: Python :: 3.9',
83+
'Programming Language :: Python :: 3.10',
84+
'Programming Language :: Python :: 3.11',
8385
'Programming Language :: Python :: 3 :: Only',
8486
'Topic :: Scientific/Engineering',
8587
'Topic :: Scientific/Engineering :: Artificial Intelligence',

0 commit comments

Comments
 (0)