Skip to content

Commit aacc4e5

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Update the TF version to support 2.17 in setup.py
PiperOrigin-RevId: 737707048
1 parent d285645 commit aacc4e5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ def _make_required_install_packages():
5050
'protobuf>=3.20.3,<5;python_version<"3.11"',
5151
'pyarrow>=10,<11',
5252
'pydot>=1.2,<2',
53-
'tensorflow'
54-
+ select_constraint(
55-
default='>=2.16,<2.17',
56-
nightly='>=2.17.0.dev',
57-
git_master='@git+https://github.com/tensorflow/tensorflow@master',
58-
),
53+
'tensorflow>=2.17,<2.18',
5954
'tensorflow-metadata'
6055
+ select_constraint(
6156
default='>=1.16.1,<1.17.0',

0 commit comments

Comments
 (0)