Skip to content

Commit 90c8b1a

Browse files
committed
Updated travis numpy version to avoid numpy vs scipy dependency issues
1 parent b9f6cdf commit 90c8b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
install:
1010
- sudo apt-get install gfortran
1111
- pip install -r requirements.txt
12+
- pip install --upgrade numpy # some SciPy and pandas versions require newer NumPy
1213
- python setup.py build
1314

1415
script:

0 commit comments

Comments
 (0)