We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a2c9f commit 15fe94eCopy full SHA for 15fe94e
tox.ini
@@ -76,7 +76,8 @@ deps =
76
pre: numpy <2.0.dev0
77
# Scipy stopped producing win32 wheels at py310
78
py3{8,9}-full-x86,x64: scipy >=1.6
79
- full,pre: matplotlib >=3.4
+ # Matplotlib depends on scipy, so cannot be built for py310 on x86
80
+ py3{8,9}-full-x86,x64: matplotlib >=3.4
81
# h5py stopped producing win32 wheels at py39
82
py38-full-x86,x64: h5py >=2.10
83
full,pre: pillow >=8.1
0 commit comments