Skip to content

Commit

Permalink
Unpin numpy. (keras-team#12142)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldemarmiesse authored and farizrahman4u committed Jan 27, 2019
1 parent ee31c9f commit ec41989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -41,8 +41,8 @@ install:

- travis_retry conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
# TODO: remove the freeze of the numpy version once the next theano version is out on pypi.
- travis_retry pip install --only-binary=numpy,scipy,pandas numpy==1.15.4 nose scipy h5py theano pytest pytest-pep8 pandas --progress-bar off

- travis_retry pip install --only-binary=numpy,scipy,pandas numpy nose scipy h5py theano pytest pytest-pep8 pandas --progress-bar off
- pip install keras_applications keras_preprocessing --progress-bar off

# set library path
Expand Down

0 comments on commit ec41989

Please sign in to comment.