We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dbe33 commit 739b338Copy full SHA for 739b338
.travis.yml
@@ -7,6 +7,7 @@ before_install:
7
# - sudo apt-get install -qq python-scipy python-matplotlib python-nose
8
- virtualenv --system-site-packages ~/virtualenv/this
9
- source ~/virtualenv/this/bin/activate
10
+ - pip install numpy==1.9.2
11
- pip install -r requirements.txt
12
install:
13
# - python setup.py build_ext --inplace
requirements.txt
@@ -1,4 +1,4 @@
1
-numpy==1.6.1
2
-scipy==0.10.0
3
-matplotlib==1.1.0
4
-nose==1.2.1
+numpy==1.9.2
+scipy==0.15.0
+matplotlib==1.4.3
+nose==1.3.4
0 commit comments