File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -65,19 +65,21 @@ pass_env =
65
65
NIPY_EXTRA_TESTS
66
66
extras = test
67
67
deps =
68
+ # General minimum dependencies: pin based on API usage
69
+ min: packaging ==17
70
+ min: importlib_resources ==1.3; python_version < '3.9'
68
71
# NEP29/SPEC0 + 1yr: Test on minor release series within the last 3 years
69
72
# We're extending this to all optional dependencies
70
73
# This only affects the range that we test on; numpy is the only non-optional
71
74
# dependency, and will be the only one to affect pip environment resolution.
72
75
min: numpy ==1.20
73
- min: packaging ==17
74
- min: importlib_resources ==1.3; python_version < '3.9'
75
- min: scipy ==1.6
76
- min: matplotlib ==3.4
77
76
min: h5py ==2.10
78
- min: pillow ==8.1
79
77
min: indexed_gzip ==1.4
78
+ min: matplotlib ==3.4
79
+ min: pillow ==8.1
80
+ min: pydicom ==2.1
80
81
min: pyzstd ==0.14.3
82
+ min: scipy ==1.6
81
83
# Numpy 2.0 is a major breaking release; we cannot put much effort into
82
84
# supporting until it's at least RC stable
83
85
pre: numpy <2.0.dev0
91
93
full,pre,dev: pillow >=8.1
92
94
full,pre,dev: indexed_gzip >=1.4
93
95
full,pre,dev: pyzstd >=0.14.3
94
- min: pydicom ==2.1
95
96
full,pre,dev: pydicom >=2.1
96
97
# pydicom master seems to be breaking things
97
98
# pre: pydicom @ git+https://github.com/pydicom/pydicom.git@main
You can’t perform that action at this time.
0 commit comments