Skip to content

Commit f521a3c

Browse files
committed
Automated rollback of commit 102152a
PiperOrigin-RevId: 673967652
1 parent e11cb53 commit f521a3c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

setup.py

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

0 commit comments

Comments
 (0)