Skip to content

Commit

Permalink
Relax the Travis version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgaiser committed Oct 12, 2018
1 parent 29e8d25 commit 2cf0964
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,10 +5,10 @@ python:
- '2.7'
install:
- pip install 'numpy>=1.14'
- pip install 'keras==2.2.2'
- pip install 'keras'
- pip install 'opencv-python>=3.3.0'
- pip install 'pillow'
- pip install 'tensorflow==1.10.0'
- pip install 'tensorflow'
- pip install 'git+https://github.com/broadinstitute/keras-resnet'
- pip install 'pytest-flake8'
- pip install 'pytest-xdist'
Expand Down

0 comments on commit 2cf0964

Please sign in to comment.