@@ -51,7 +51,8 @@ description = Pytest with coverage
51
51
labels = test
52
52
install_command =
53
53
python -I -m pip install -v \
54
- --only-binary numpy,scipy,h5py,pillow,matplotlib \
54
+ dev: --only-binary numpy,scipy,h5py \
55
+ !dev: --only-binary numpy,scipy,h5py,pillow,matplotlib \
55
56
pre,dev: --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
56
57
{opts} {packages}
57
58
pip_pre =
@@ -90,15 +91,15 @@ deps =
90
91
# Numpy 2.0 is a major breaking release; we cannot put much effort into
91
92
# supporting until it's at least RC stable
92
93
pre: numpy <2.0.dev0
93
- dev: numpy >=2.0 .dev0
94
+ dev: numpy >=2.1 .dev0
94
95
# Scipy stopped producing win32 wheels at py310
95
96
py3{8,9}-full-x86,x64,arm64: scipy >=1.6
96
97
# Matplotlib depends on scipy, so cannot be built for py310 on x86
97
98
py3{8,9}-full-x86,x64,arm64: matplotlib >=3.4
98
99
# h5py stopped producing win32 wheels at py39
99
- py38-full-x86,x64,arm64: h5py >=2.10
100
+ py38-full-x86,{full,pre}-{ x64,arm64} : h5py >=2.10
100
101
full,pre,dev: pillow >=8.1
101
- full,pre,dev : indexed_gzip >=1.4
102
+ full,pre: indexed_gzip >=1.4
102
103
full,pre,dev: pyzstd >=0.14.3
103
104
full,pre: pydicom >=2.1
104
105
dev: pydicom @ git+https://github.com/pydicom/pydicom.git@main
0 commit comments