We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193307e commit 466a0c2Copy full SHA for 466a0c2
photonai/__init__.py
@@ -23,7 +23,7 @@
23
24
from . import configuration
25
from .configuration.Register import PhotonRegister
26
-__version__ = "0.3.7"
+__version__ = "0.4.0"
27
28
29
__all__ = ("base",
setup.py
@@ -17,12 +17,11 @@
17
install_requires=[
18
'numpy',
19
'matplotlib',
20
- 'slackclient',
21
'progressbar2',
22
'Pillow',
'scikit-learn',
'keras',
- 'nilearn',
+ 'nilearn==0.5.0',
'pandas',
'nibabel',
@@ -31,9 +30,11 @@
31
30
'xlrd',
32
'plotly',
33
'imblearn',
34
- 'pymodm',
+ 'pymodm==0.5.0',
35
'scipy',
36
'statsmodels',
37
- 'flask'
+ 'flask',
+ 'prettytable',
38
+ 'scikit-optimize'
39
]
40
)
0 commit comments