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 b9f6cdf commit 90c8b1aCopy full SHA for 90c8b1a
.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