Skip to content

Commit

Permalink
install tensorflow via url (pip not new enough on travis builders)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Jun 2, 2017
1 parent 0d3210e commit fa68f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sudo: false
cache: packages

before_install:
- pip install --upgrade pip
- pip install tensorflow h5py pyyaml requests Pillow scipy
- pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.1.0-cp27-none-linux_x86_64.whl
- pip install h5py pyyaml requests Pillow scipy

0 comments on commit fa68f55

Please sign in to comment.