Skip to content

Commit 739b338

Browse files
committed
Updated requirements.
1 parent 76dbe33 commit 739b338

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ before_install:
77
# - sudo apt-get install -qq python-scipy python-matplotlib python-nose
88
- virtualenv --system-site-packages ~/virtualenv/this
99
- source ~/virtualenv/this/bin/activate
10+
- pip install numpy==1.9.2
1011
- pip install -r requirements.txt
1112
install:
1213
# - python setup.py build_ext --inplace

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.6.1
2-
scipy==0.10.0
3-
matplotlib==1.1.0
4-
nose==1.2.1
1+
numpy==1.9.2
2+
scipy==0.15.0
3+
matplotlib==1.4.3
4+
nose==1.3.4

0 commit comments

Comments
 (0)