@@ -43,14 +43,14 @@ DEPENDS =
43
43
ARCH =
44
44
x64: x64
45
45
x86: x86
46
+ arm64: arm64
46
47
47
48
[testenv]
48
49
description = Pytest with coverage
49
50
labels = test
50
51
install_command =
51
52
python -I -m pip install -v \
52
- x64: --only-binary numpy,scipy,h5py,pillow \
53
- x86: --only-binary numpy,scipy,h5py,pillow,matplotlib \
53
+ --only-binary numpy,scipy,h5py,pillow,matplotlib \
54
54
pre,dev: --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
55
55
{opts} {packages}
56
56
pip_pre =
@@ -91,11 +91,11 @@ deps =
91
91
pre: numpy <2.0.dev0
92
92
dev: numpy >=2.0.dev0
93
93
# Scipy stopped producing win32 wheels at py310
94
- py3{8,9}-full-x86,x64: scipy >=1.6
94
+ py3{8,9}-full-x86,x64,arm64 : scipy >=1.6
95
95
# Matplotlib depends on scipy, so cannot be built for py310 on x86
96
- py3{8,9}-full-x86,x64: matplotlib >=3.4
96
+ py3{8,9}-full-x86,x64,arm64 : matplotlib >=3.4
97
97
# h5py stopped producing win32 wheels at py39
98
- py38-full-x86,x64: h5py >=2.10
98
+ py38-full-x86,x64,arm64 : h5py >=2.10
99
99
full,pre,dev: pillow >=8.1
100
100
full,pre,dev: indexed_gzip >=1.4
101
101
full,pre,dev: pyzstd >=0.14.3
0 commit comments