Skip to content

Commit

Permalink
TOX: Match matplotlib conditions to scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 10, 2023
1 parent f6a2c9f commit 15fe94e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ deps =
pre: numpy <2.0.dev0
# Scipy stopped producing win32 wheels at py310
py3{8,9}-full-x86,x64: scipy >=1.6
full,pre: matplotlib >=3.4
# Matplotlib depends on scipy, so cannot be built for py310 on x86
py3{8,9}-full-x86,x64: matplotlib >=3.4
# h5py stopped producing win32 wheels at py39
py38-full-x86,x64: h5py >=2.10
full,pre: pillow >=8.1
Expand Down

0 comments on commit 15fe94e

Please sign in to comment.