Skip to content

Commit

Permalink
Merge pull request #200 from csuter/r0.5
Browse files Browse the repository at this point in the history
Bump TF version dependency up to 1.12.0-rc2
  • Loading branch information
csuter authored Oct 29, 2018
2 parents 1cdfec4 + 2e8600d commit 76b45a6
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.12.0-rc1'
REQUIRED_TENSORFLOW_VERSION = '1.12.0-rc2'

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

0 comments on commit 76b45a6

Please sign in to comment.