Skip to content

Commit a17001c

Browse files
authored
Merge pull request #222 from ljchang/nilearn_version
fixed nilearn version dependency Former-commit-id: 0e9d3b3
2 parents 106ca36 + bdae360 commit a17001c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ install:
2525
- pip install -r requirements.txt
2626
- pip install -r optional-dependencies.txt
2727
- python setup.py install
28-
- pip install git+https://github.com/nilearn/nilearn --upgrade
2928

3029
script: coverage run --source nltools -m py.test
3130

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nibabel>=2.0.1
22
scikit-learn>=0.19.1
3-
nilearn>=0.4
3+
nilearn>=0.4.1
44
pandas>=0.20
55
numpy>=1.9
66
seaborn>=0.7.0

0 commit comments

Comments
 (0)