Skip to content

Commit

Permalink
Merge pull request #198 from csuter/r0.5
Browse files Browse the repository at this point in the history
Bump TF version dependency up to 1.12.0-rc1
  • Loading branch information
csuter authored Oct 26, 2018
2 parents 917e534 + cd016ef commit 1cdfec4
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 @@ -33,7 +33,7 @@
'numpy >= 1.13.3',
]

REQUIRED_TENSORFLOW_VERSION = '1.10.0'
REQUIRED_TENSORFLOW_VERSION = '1.12.0-rc1'

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

0 comments on commit 1cdfec4

Please sign in to comment.