diff --git a/.travis.yml b/.travis.yml index af8fa3b28..c08da48f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements-gpu.txt b/requirements-gpu.txt index 5146a55eb..393930b07 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 491fd8ffa..6a4b3bae9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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