File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ authors:
1111 given-names : " Da"
1212 orcid : " https://orcid.org/0000-0001-6023-6523"
1313title : " SUIT: A Python-based toolbox for cerebellar imaging analysis"
14- version : 1.0 .0
15- date-released : 2023-07-20
14+ version : 1.3 .0
15+ date-released : 2023-10-08
1616url : " https://github.com/DiedrichsenLab/SUITPy"
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ The required dependencies to use the software are:
2323* pandas >= 0.24
2424* matplotlib >= 1.5.1
2525* scipy >=1.0
26+ * neuroimagingtools >= 1.1.1
2627
2728Install
2829-------
Original file line number Diff line number Diff line change 66based heavily on `nilearn.version`
77"""
88
9- __version__ = '1.3.0 '
9+ __version__ = '1.3.1 '
1010
1111_SUITPy_INSTALL_MSG = 'See %s for installation information.' % (
1212 'https://suitpy.readthedocs.io/en/latest/install.html#installation' )
2121 ('nibabel' , {
2222 'min_version' : '2.5' ,
2323 'required_at_installation' : True }),
24+ ('neuroimagingtools' , {
25+ 'min_version' : '1.1.1' ,
26+ 'required_at_installation' : True }),
2427 ("requests" , {
2528 "min_version" : "2" ,
2629 "required_at_installation" : True
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ ipykernel
1212nbsphinx
1313scipy
1414plotly
15- neuroimagingtools
15+ neuroimagingtools>=1.1.1
You can’t perform that action at this time.
0 commit comments