Skip to content

Commit 466a0c2

Browse files
committed
Update version and requirements
1 parent 193307e commit 466a0c2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

photonai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from . import configuration
2525
from .configuration.Register import PhotonRegister
26-
__version__ = "0.3.7"
26+
__version__ = "0.4.0"
2727

2828

2929
__all__ = ("base",

setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
install_requires=[
1818
'numpy',
1919
'matplotlib',
20-
'slackclient',
2120
'progressbar2',
2221
'Pillow',
2322
'scikit-learn',
2423
'keras',
25-
'nilearn',
24+
'nilearn==0.5.0',
2625
'pandas',
2726
'nibabel',
2827
'pandas',
@@ -31,9 +30,11 @@
3130
'xlrd',
3231
'plotly',
3332
'imblearn',
34-
'pymodm',
33+
'pymodm==0.5.0',
3534
'scipy',
3635
'statsmodels',
37-
'flask'
36+
'flask',
37+
'prettytable',
38+
'scikit-optimize'
3839
]
3940
)

0 commit comments

Comments
 (0)