Skip to content

Commit 91894ab

Browse files
committed
Update tensorflow version to 1.14.0rc0
Signed-off-by: Yong Tang <[email protected]>
1 parent ce0cace commit 91894ab

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
@@ -95,7 +95,7 @@ def has_ext_modules(self):
9595
"""
9696

9797
# Note: Change to tensorflow == 1.13.0 once 1.13.0 is released
98-
package = 'tensorflow>=1.13.0,<1.14.0'
98+
package = 'tensorflow==1.14.0rc0'
9999
version = '0.6.0'
100100
project = 'tensorflow-io'
101101
if '--package-version' in sys.argv:

0 commit comments

Comments
 (0)