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
85
85
86
86
* Python _ 3.9 or greater
87
87
* NumPy _ 1.22 or greater
88
- * Packaging _ 17 .0 or greater
88
+ * Packaging _ 20 .0 or greater
89
89
* importlib-resources _ 5.12 or greater (or Python 3.12+)
90
90
* SciPy _ 1.8 or greater (optional, for full SPM-ANALYZE support)
91
91
* 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" }
12
12
requires-python = " >=3.9"
13
13
dependencies = [
14
14
" numpy >=1.22" ,
15
- " packaging >=17 " ,
15
+ " packaging >=20 " ,
16
16
" importlib_resources >=5.12; python_version < '3.12'" ,
17
17
" typing_extensions >=4.6; python_version < '3.13'" ,
18
18
]
@@ -62,7 +62,7 @@ zstd = ["pyzstd >= 0.14.3"]
62
62
# tox should use these with extras instead of duplicating
63
63
doc = [
64
64
" sphinx" ,
65
- " matplotlib>=1.5.3 " ,
65
+ " matplotlib>=3.5 " ,
66
66
" numpydoc" ,
67
67
" texext" ,
68
68
" tomli; python_version < '3.11'" ,
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ set_env =
75
75
extras = test
76
76
deps =
77
77
# General minimum dependencies: pin based on API usage
78
- min: packaging ==17
78
+ # matplotlib 3.5 requires packaging 20
79
+ min: packaging ==20
79
80
min: importlib_resources ==5.12; python_version < '3.12'
80
81
min: typing_extensions ==4.6; python_version < '3.13'
81
82
# 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