Skip to content

Commit 7c5f41c

Browse files
committed
Pin Numpy<2 for older Matplotlib versions
1 parent 949787e commit 7c5f41c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tox.ini

+9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ deps =
2020
mpl34: matplotlib==3.4.*
2121
mpl35: matplotlib==3.5.*
2222
mpl36: matplotlib==3.6.*
23+
24+
mpl30: numpy<2
25+
mpl31: numpy<2
26+
mpl32: numpy<2
27+
mpl33: numpy<2
28+
mpl34: numpy<2
29+
mpl35: numpy<2
30+
mpl36: numpy<2
31+
2332
mpl37: matplotlib==3.7.*
2433
mpldev: git+https://github.com/matplotlib/matplotlib.git#egg=matplotlib
2534
extras =

0 commit comments

Comments
 (0)