Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 543293c

Browse files
dfurrercopybara-github
authored andcommitted
Make it clear in requirements that tensor2tensor doesn't support TF2.
PiperOrigin-RevId: 301590259
1 parent 65516f6 commit 543293c

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
@@ -69,7 +69,7 @@
6969
'tqdm',
7070
],
7171
extras_require={
72-
'tensorflow': ['tensorflow>=1.15.0'],
72+
'tensorflow': ['tensorflow>=1.15.0,<2.0'],
7373
'tensorflow-hub': ['tensorflow-hub>=0.1.1'],
7474
'tests': [
7575
# Needed to fix a Travis pytest error.

0 commit comments

Comments
 (0)