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 0a57aa0 commit 74845cfCopy full SHA for 74845cf
.travis.yml
@@ -9,7 +9,7 @@ python:
9
# command to install dependencies
10
before_install:
11
#zlib1g-dev is needed to allow PIL to uncompress the dataset.
12
- - sudo apt-get install -qq libatlas3gf-base libatlas-dev zlib1g-dev zip unzip
+ - sudo apt-get install -qq libatlas3gf-base libatlas-dev zlib1g-dev zip unzip zlibc libzip-dev
13
install:
14
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
15
- "pip install -q numpy --use-mirrors"
0 commit comments