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.
2 parents 106ca36 + bdae360 commit a17001cCopy full SHA for a17001c
.travis.yml
@@ -25,7 +25,6 @@ install:
25
- pip install -r requirements.txt
26
- pip install -r optional-dependencies.txt
27
- python setup.py install
28
- - pip install git+https://github.com/nilearn/nilearn --upgrade
29
30
script: coverage run --source nltools -m py.test
31
requirements.txt
@@ -1,6 +1,6 @@
1
nibabel>=2.0.1
2
scikit-learn>=0.19.1
3
- nilearn>=0.4
+ nilearn>=0.4.1
4
pandas>=0.20
5
numpy>=1.9
6
seaborn>=0.7.0
0 commit comments