Skip to content

Commit 8c04a0c

Browse files
committed
[travis] attempt to fix up wheel build
1 parent 7efa432 commit 8c04a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
#- sudo apt-get install libatlas-dev libatlas-base-dev liblapack-dev gfortran
1515
# pandas 0.14.0 blows up on python 2.6:
1616
# https://github.com/pydata/pandas/issues/7284
17-
- pip install --no-index -f http://wheels2.astropy.org numpy==1.7.1 scipy pandas==0.13.1
17+
- pip install --no-index -f http://wheels2.astropy.org numpy scipy pandas
1818
- pip install coverage
1919
- popd
2020
- python -V

0 commit comments

Comments
 (0)