Skip to content

Commit 1fb8975

Browse files
committed
Use Ubuntu numpy version.
1 parent aa2dd72 commit 1fb8975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ python:
88
# - "3.2"
99
# command to install dependencies
1010
before_install:
11-
- sudo apt-get install -qq libatlas3gf-base libatlas-dev
11+
- sudo apt-get install -qq libatlas3gf-base libatlas-dev python-numpy
1212
install:
1313
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
14-
- "pip install -q numpy --use-mirrors"
15-
- "pip install -q scipy --use-mirrors"
14+
# - "pip install -q numpy --use-mirrors"
15+
# - "pip install -q scipy --use-mirrors"
1616
- "pip install git+git://github.com/Theano/Theano.git"
1717
script:
1818
- cd code

0 commit comments

Comments
 (0)