Skip to content

Commit b8bcfe1

Browse files
authored
Merge pull request #162 from ConorMacBride/pin-mpl35
Pin tox environment `mpl35` to matplotlib 3.5.1
2 parents e387618 + 416dfe0 commit b8bcfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ deps =
2626
mpl32: matplotlib==3.2.*
2727
mpl33: matplotlib==3.3.*
2828
mpl34: matplotlib==3.4.*
29-
mpl35: matplotlib==3.5.*
29+
mpl35: matplotlib==3.5.1
3030
mpldev: git+https://github.com/matplotlib/matplotlib.git#egg=matplotlib
3131
extras =
3232
test

0 commit comments

Comments
 (0)