File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Requirements
8585
8686 * Python _ 3.9 or greater
8787* NumPy _ 1.22 or greater
88- * Packaging _ 17 .0 or greater
88+ * Packaging _ 20 .0 or greater
8989* importlib-resources _ 5.12 or greater (or Python 3.12+)
9090* SciPy _ 1.8 or greater (optional, for full SPM-ANALYZE support)
9191* h5py _ 3.5 or greater (optional, for MINC2 support)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = { text = "MIT License" }
1212requires-python = " >=3.9"
1313dependencies = [
1414 " numpy >=1.22" ,
15- " packaging >=17 " ,
15+ " packaging >=20 " ,
1616 " importlib_resources >=5.12; python_version < '3.12'" ,
1717 " typing_extensions >=4.6; python_version < '3.13'" ,
1818]
@@ -62,7 +62,7 @@ zstd = ["pyzstd >= 0.14.3"]
6262# tox should use these with extras instead of duplicating
6363doc = [
6464 " sphinx" ,
65- " matplotlib>=1.5.3 " ,
65+ " matplotlib>=3.5 " ,
6666 " numpydoc" ,
6767 " texext" ,
6868 " tomli; python_version < '3.11'" ,
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ set_env =
7575extras = test
7676deps =
7777 # General minimum dependencies: pin based on API usage
78- min: packaging ==17
78+ # matplotlib 3.5 requires packaging 20
79+ min: packaging ==20
7980 min: importlib_resources ==5.12; python_version < '3.12'
8081 min: typing_extensions ==4.6; python_version < '3.13'
8182 # NEP29/SPEC0 + 1yr: Test on minor release series within the last 3 years
You can’t perform that action at this time.
0 commit comments