Skip to content

Commit

Permalink
move to TF 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmcz committed Nov 30, 2016
1 parent 5cbf532 commit 1ea4b9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: python

env:
global:
- TF=0.11.0rc0-cp35-cp35m
- TF=0.11.0-cp35-cp35m
matrix:
- TEST_SUITE=lint
- TEST_SUITE=unit-tests
Expand Down
3 changes: 1 addition & 2 deletions requirements-gpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ flask
ansiconv
numpy

## https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0-cp35-cp35m-linux_x86_64.whl
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ flask
ansiconv
numpy

https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
## https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp35-cp35m-linux_x86_64.whl

0 comments on commit 1ea4b9c

Please sign in to comment.