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 fb97bd0 commit e53b901Copy full SHA for e53b901
.travis.yml
@@ -9,6 +9,7 @@ python:
9
install:
10
- sudo apt-get install gfortran
11
- pip install -r requirements.txt
12
+ - pip install --upgrade numpy # some SciPy and pandas versions require newer NumPy
13
- python setup.py build
14
15
script:
0 commit comments