Skip to content

Commit 15fe94e

Browse files
committed
TOX: Match matplotlib conditions to scipy
1 parent f6a2c9f commit 15fe94e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ deps =
7676
pre: numpy <2.0.dev0
7777
# Scipy stopped producing win32 wheels at py310
7878
py3{8,9}-full-x86,x64: scipy >=1.6
79-
full,pre: matplotlib >=3.4
79+
# Matplotlib depends on scipy, so cannot be built for py310 on x86
80+
py3{8,9}-full-x86,x64: matplotlib >=3.4
8081
# h5py stopped producing win32 wheels at py39
8182
py38-full-x86,x64: h5py >=2.10
8283
full,pre: pillow >=8.1

0 commit comments

Comments
 (0)