Skip to content

Commit

Permalink
updated version to 0.3.1
Browse files Browse the repository at this point in the history
Former-commit-id: 43757c6
  • Loading branch information
ljchang committed Nov 6, 2017
1 parent 39004d3 commit 564973f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nltools/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Specifies current version of nltools to be used by setup.py and __init__.py
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nibabel>=2.0.1
scikit-learn>=0.18.1
nilearn>=0.3
pandas>=0.16
pandas>=0.20
numpy>=1.9
seaborn>=0.7.0
matplotlib
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# from nltools.version import __version__
from setuptools import setup, find_packages

__version__ = '0.3.0'
__version__ = '0.3.1'

# try:
# from setuptools.core import setup
Expand All @@ -18,8 +18,8 @@
author='Luke Chang',
author_email='[email protected]',
url='http://neurolearn.readthedocs.org/en/latest/',
install_requires=['numpy>=1.9', 'scipy', 'nilearn>=0.3.0', 'nibabel>=2.0.1',
'pandas>=0.16', 'six', 'seaborn', 'matplotlib',
install_requires=['numpy>=1.9', 'scipy > ', 'nilearn>=0.3.0', 'nibabel>=2.0.1',
'pandas>=0.20', 'six', 'seaborn', 'matplotlib',
'scikit-learn>=0.18.1','pynv'],
extras_require={
'ibrainViewer':['ipywidgets>=5.2.2']
Expand Down

0 comments on commit 564973f

Please sign in to comment.