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 3c79ecb commit e5975f6Copy full SHA for e5975f6
README.md
@@ -29,19 +29,22 @@ Python toolbox for analyzing neuroimaging data. Compatible with both Python 2.7
29
### Dependencies
30
nltools requires several dependencies. All are available in pypi. Can use `pip install 'package'`
31
- nibabel>=2.0.1
32
- - scikit-learn>=0.17
+ - scikit-learn>=0.19.1
33
- nilearn>=0.2
34
- - pandas>=0.16
+ - pandas>=0.20
35
- numpy>=1.9
36
- seaborn>=0.7.0
37
- matplotlib
38
- scipy
39
- six
40
- pynv
41
+ - joblib
42
43
### Optional Dependencies
44
- mne
45
- requests
46
+ - networkx
47
+ - ipywidgets >=5.2.2
48
49
### Documentation
50
Current Documentation can be found at [readthedocs](http://neurolearn.readthedocs.org/en/latest).
0 commit comments