Skip to content

Commit

Permalink
Increment TensorFlow version requirement to 1.10.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 208127044
  • Loading branch information
csuter committed Aug 9, 2018
1 parent 8e64fa6 commit 05cb7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'numpy <=1.14.5, >=1.13.3',
]

REQUIRED_TENSORFLOW_VERSION = '1.9.0'
REQUIRED_TENSORFLOW_VERSION = '1.10.0'

if '--gpu' in sys.argv:
use_gpu = True
Expand Down

0 comments on commit 05cb7ff

Please sign in to comment.