Skip to content

Commit 19d49dc

Browse files
dhruvesh09tf-model-analysis-team
authored andcommitted
Adding the missing comma in the TF version requirement
PiperOrigin-RevId: 377980589
1 parent d8a5cc4 commit 19d49dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def select_constraint(default, nightly=None, git_master=None):
300300
'pyarrow>=1,<3',
301301
'scipy>=1.4.1,<2',
302302
'six>=1.12,<2',
303-
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*!=2.3.*,!=2.4.*,<3',
303+
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3',
304304
'tensorflow-metadata' + select_constraint(
305305
default='>=1.0.0,<1.1.0',
306306
nightly='>=1.1.0.dev',

0 commit comments

Comments
 (0)