Skip to content

Commit 564973f

Browse files
committed
updated version to 0.3.1
Former-commit-id: 43757c6
1 parent 39004d3 commit 564973f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

nltools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Specifies current version of nltools to be used by setup.py and __init__.py
22
"""
33

4-
__version__ = '0.3.0'
4+
__version__ = '0.3.1'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nibabel>=2.0.1
22
scikit-learn>=0.18.1
33
nilearn>=0.3
4-
pandas>=0.16
4+
pandas>=0.20
55
numpy>=1.9
66
seaborn>=0.7.0
77
matplotlib

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# from nltools.version import __version__
22
from setuptools import setup, find_packages
33

4-
__version__ = '0.3.0'
4+
__version__ = '0.3.1'
55

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

0 commit comments

Comments
 (0)