File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ classifiers = [
2323 " Topic :: Scientific/Engineering" ,
2424]
2525dependencies = [
26- " numpy >=1.22 " , # SPEC 0 + 1yr (3yr)
27- " scipy >=1.8 " , # SPEC 0 + 1yr (3yr)
26+ " numpy >=1.23 " , # SPEC 0 + 1yr (3yr)
27+ " scipy >=1.9 " , # SPEC 0 + 1yr (3yr)
2828 " nibabel >=4.0" , # SPEC 0 + 1yr (3yr)
29- " pandas >=1.4.0 " , # SPEC 0 + 1yr (3yr)
30- " formulaic >=0.2.4 " ,
31- " sqlalchemy >=1.3.16 " ,
29+ " pandas >=1.5 " , # SPEC 0 + 1yr (3yr)
30+ " formulaic >=0.3 " ,
31+ " sqlalchemy >=1.4.31 " ,
3232 " bids-validator>=1.14.7" , # Keep up-to-date to ensure support for recent modalities
33- " num2words >=0.5.5 " ,
33+ " num2words >=0.5.10 " ,
3434 " click >=8.0" ,
3535 " universal_pathlib >=0.2.2" ,
36- " frozendict >=2" ,
36+ " frozendict >=2.3 " ,
3737]
3838dynamic = [" version" ]
3939
You can’t perform that action at this time.
0 commit comments