Skip to content

Commit

Permalink
try tensorflow 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Apr 21, 2016
1 parent cc6c525 commit 75b4d94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/.travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,20 @@ if [[ "$TENSORFLOW" == "true" ]]; then
"linux")
case "$PYTHON_VERSION" in
"2.7")
pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp27-none-linux_x86_64.whl
pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
;;
"3.4")
pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp34-none-linux_x86_64.whl
pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp34-cp34m-linux_x86_64.whl
;;
esac
;;
"osx")
case "$PYTHON_VERSION" in
"2.7")
pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.1-cp27-none-any.whl
pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.8.0-py2-none-any.whl
;;
"3.5")
pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.1-cp35-none-any.whl
pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.8.0-py3-none-any.whl
;;
esac
;;
Expand Down

0 comments on commit 75b4d94

Please sign in to comment.