Skip to content

Commit

Permalink
keras depends on bleeding-edge Theano, so we can't use 0.7
Browse files Browse the repository at this point in the history
(fixed in requirements.txt and in .travis.yml)
  • Loading branch information
wrongu committed Feb 19, 2016
1 parent 031b1f9 commit 74c1912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:
# Install packages
install:
- conda install --yes python=2.7 numpy scipy matplotlib pandas pytest h5py
- pip install --user --no-deps Keras==0.3.1 Theano==0.7.0
- pip install --user --no-deps Keras==0.3.1 -e git://github.com/Theano/Theano.git#egg=Theano

# run unit tests
script: python -m unittest discover
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ numpy==1.10.4
PyYAML==3.11
scipy==0.17.0
six==1.10.0
Theano==0.7.0
-e git://github.com/Theano/Theano.git@eab9cf5d594bac251df57885509394d2c52ccd1a#egg=Theano
wheel==0.29.0

0 comments on commit 74c1912

Please sign in to comment.