Skip to content

Commit 173a549

Browse files
committed
chore(spec0+): Bump minimum dependencies
1 parent 9179a37 commit 173a549

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.rst"
1111
license = "MIT"
1212
requires-python = ">=3.9"
1313
dependencies = [
14-
"numpy >=1.23",
14+
"numpy >=1.24",
1515
"packaging >=20",
1616
"importlib_resources >=5.12; python_version < '3.12'",
1717
"typing_extensions >=4.6; python_version < '3.13'",
@@ -56,9 +56,9 @@ all = ["nibabel[dicomfs,indexed_gzip,minc2,spm,zstd]"]
5656
indexed_gzip = ["indexed_gzip >=1.6"]
5757
dicom = ["pydicom >=2.3"]
5858
dicomfs = ["nibabel[dicom]", "pillow >=8.4"]
59-
minc2 = ["h5py >=3.5"]
60-
spm = ["scipy >=1.8"]
61-
viewers = ["matplotlib >=3.5"]
59+
minc2 = ["h5py >=3.8"]
60+
spm = ["scipy >=1.10"]
61+
viewers = ["matplotlib >=3.7"]
6262
zstd = ["backports.zstd >=1.1; python_version<'3.14'"]
6363
# For doc and test, make easy to use outside of tox
6464
# tox should use these with extras instead of duplicating

0 commit comments

Comments
 (0)