Skip to content

Commit

Permalink
Merge pull request #1019 from mila-udem/req_updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
bartvm committed Mar 4, 2016
2 parents 3f02718 + cc82c81 commit eab4448
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
6 changes: 3 additions & 3 deletions req-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
picklable-itertools==0.1.1
progressbar2==3.6.0
progressbar2==3.6.2
pyyaml==3.11
six==1.9.0
toolz==0.7.2
six==1.10.0
toolz==0.7.4

--allow-external theano
--allow-unverified theano
Expand Down
14 changes: 7 additions & 7 deletions req-travis-conda.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
coverage==4.0
coverage==4.0.3
h5py==2.5.0
mock==1.3.0
nose==1.3.7
numpy==1.9.3
pillow==3.0.0
pytables==3.2.1.1
numpy==1.10.4
pillow==3.1.1
pytables==3.2.2
pyyaml==3.11
pyzmq==14.7.0
scipy==0.16.0
six==1.9.0
pyzmq==15.2.0
scipy==0.17.0
six==1.10.0
toolz==0.7.4
6 changes: 3 additions & 3 deletions req-travis-pip.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coveralls==1.0
nose2[coverage-plugin]==0.5.0
coveralls==1.1
nose2[coverage-plugin]==0.6.3
picklable-itertools==0.1.1
progressbar2==3.6.0
progressbar2==3.6.2

--allow-external theano
--allow-unverified theano
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy==1.9.3
numpy==1.10.4
picklable-itertools==0.1.1
progressbar2==3.6.0
progressbar2==3.6.2
pyyaml==3.11
six==1.9.0
toolz==0.7.2
six==1.10.0
toolz==0.7.4

--allow-external theano
--allow-unverified theano
Expand Down
1 change: 0 additions & 1 deletion tests/bricks/test_interfaces.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy
import theano
from theano import tensor
from blocks.bricks import Linear
from blocks.initialization import Constant, IsotropicGaussian
Expand Down

0 comments on commit eab4448

Please sign in to comment.