From e5975f6c1414a6ab1ef8ed72b8709970f4f87801 Mon Sep 17 00:00:00 2001 From: Luke Chang Date: Sun, 12 Nov 2017 17:37:35 -0500 Subject: [PATCH] Update README.md Former-commit-id: 6428bb64bc23d3d2ea45f95bd55fcafeec06337e --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2e360e2..09a061d9 100644 --- a/README.md +++ b/README.md @@ -29,19 +29,22 @@ Python toolbox for analyzing neuroimaging data. Compatible with both Python 2.7 ### Dependencies nltools requires several dependencies. All are available in pypi. Can use `pip install 'package'` - nibabel>=2.0.1 - - scikit-learn>=0.17 + - scikit-learn>=0.19.1 - nilearn>=0.2 - - pandas>=0.16 + - pandas>=0.20 - numpy>=1.9 - seaborn>=0.7.0 - matplotlib - scipy - six - pynv + - joblib ### Optional Dependencies - mne - requests + - networkx + - ipywidgets >=5.2.2 ### Documentation Current Documentation can be found at [readthedocs](http://neurolearn.readthedocs.org/en/latest).