Skip to content

Commit

Permalink
Pin NumPy and SciPy to versions in the wheelhouse.
Browse files Browse the repository at this point in the history
Matplotlib 1.3.1 and NumPy 1.9.0 are incompatible (so it surprises me
that they'll both install), and cause test failures.
  • Loading branch information
QuLogic committed Oct 16, 2014
1 parent 199867d commit ab87f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_install:
- pip install --upgrade setuptools
- pip install wheel
- wget -q -O - 'https://github.com/obspy/wheelhouse/archive/master.tar.gz' | tar -C /tmp -xzf -
- pip install --use-wheel --no-index --find-links=/tmp/wheelhouse-master numpy scipy lxml sqlalchemy m2crypto mock nose
- pip install --use-wheel --no-index --find-links=/tmp/wheelhouse-master numpy==1.8.1 scipy==0.14.0 lxml sqlalchemy m2crypto mock nose
- pip install --use-wheel --find-links=/tmp/wheelhouse-master coveralls
- pip install --use-mirrors geographiclib
- pip install --use-wheel --no-index --find-links=/tmp/wheelhouse-master matplotlib==1.3.1
Expand Down

0 comments on commit ab87f8f

Please sign in to comment.