Skip to content

Commit dd0b04f

Browse files
committed
chore: Bump minimum versions to 3-year support window
1 parent 0f37e74 commit dd0b04f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ classifiers = [
2323
"Topic :: Scientific/Engineering",
2424
]
2525
dependencies = [
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
]
3838
dynamic = ["version"]
3939

0 commit comments

Comments
 (0)