@@ -90,16 +90,16 @@ deps =
90
90
# Numpy 2.0 is a major breaking release; we cannot put much effort into
91
91
# supporting until it's at least RC stable
92
92
pre: numpy <2.0.dev0
93
- dev: numpy >=2.0 .dev0
93
+ dev: numpy >=2.1 .dev0
94
94
# Scipy stopped producing win32 wheels at py310
95
- py3{8,9}-full-x86,x64,arm64: scipy >=1.6
95
+ py3{8,9}-full-x86,{full,pre}-{ x64,arm64} : scipy >=1.6
96
96
# Matplotlib depends on scipy, so cannot be built for py310 on x86
97
- py3{8,9}-full-x86,x64,arm64: matplotlib >=3.4
97
+ py3{8,9}-full-x86,{full,pre}-{ x64,arm64} : matplotlib >=3.4
98
98
# h5py stopped producing win32 wheels at py39
99
- py38-full-x86,x64,arm64: h5py >=2.10
100
- full,pre,dev : pillow >=8.1
101
- full,pre,dev : indexed_gzip >=1.4
102
- full,pre,dev : pyzstd >=0.14.3
99
+ py38-full-x86,{full,pre}-{ x64,arm64} : h5py >=2.10
100
+ full,pre: pillow >=8.1
101
+ full,pre: indexed_gzip >=1.4
102
+ full,pre: pyzstd >=0.14.3
103
103
full,pre: pydicom >=2.1
104
104
dev: pydicom @ git+https://github.com/pydicom/pydicom.git@main
105
105
0 commit comments