Skip to content

Commit e5975f6

Browse files
authored
Update README.md
Former-commit-id: 6428bb6
1 parent 3c79ecb commit e5975f6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,22 @@ Python toolbox for analyzing neuroimaging data. Compatible with both Python 2.7
2929
### Dependencies
3030
nltools requires several dependencies. All are available in pypi. Can use `pip install 'package'`
3131
- nibabel>=2.0.1
32-
- scikit-learn>=0.17
32+
- scikit-learn>=0.19.1
3333
- nilearn>=0.2
34-
- pandas>=0.16
34+
- pandas>=0.20
3535
- numpy>=1.9
3636
- seaborn>=0.7.0
3737
- matplotlib
3838
- scipy
3939
- six
4040
- pynv
41+
- joblib
4142

4243
### Optional Dependencies
4344
- mne
4445
- requests
46+
- networkx
47+
- ipywidgets >=5.2.2
4548

4649
### Documentation
4750
Current Documentation can be found at [readthedocs](http://neurolearn.readthedocs.org/en/latest).

0 commit comments

Comments
 (0)