Skip to content

Commit 9872f36

Browse files
committed
Pin mpl as test dependency to avoid it pulling in newer numpy versions
1 parent 76f1cd9 commit 9872f36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ deps =
3131

3232
# TODO: Add more versions to oldestdeps. numpy<1.15 could not be installed
3333
# in CI, a much newer version was pulled in instead, thus setting
34-
# minimum numpy to 1.15.
34+
# minimum numpy to 1.15. mpl while not a dependency, it's required for the
35+
# tests, and would pull up a newer numpy version if not pinned.
3536

3637
oldestdeps: astropy==3.1.2
3738
oldestdeps: numpy==1.15
39+
oldestdeps: matplotlib==3.3.*
3840
cov: codecov
3941

4042
extras =

0 commit comments

Comments
 (0)