Skip to content

Commit fbab171

Browse files
committed
Automated rollback of commit f521a3c
PiperOrigin-RevId: 674458945
1 parent f521a3c commit fbab171

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ 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,<2.16',
82+
'tensorflow' + select_constraint(
83+
default='>=2.15,<2.16',
84+
nightly='>=2.16.0.dev',
85+
git_master='@git+https://github.com/tensorflow/tensorflow@master'),
8386
'tensorflow-metadata' + select_constraint(
8487
default='>=1.15.0,<1.16.0',
8588
nightly='>=1.16.0.dev',

0 commit comments

Comments
 (0)