We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0cace commit 91894abCopy full SHA for 91894ab
setup.py
@@ -95,7 +95,7 @@ def has_ext_modules(self):
95
"""
96
97
# Note: Change to tensorflow == 1.13.0 once 1.13.0 is released
98
-package = 'tensorflow>=1.13.0,<1.14.0'
+package = 'tensorflow==1.14.0rc0'
99
version = '0.6.0'
100
project = 'tensorflow-io'
101
if '--package-version' in sys.argv:
0 commit comments