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 76f1cd9 commit 9872f36Copy full SHA for 9872f36
tox.ini
@@ -31,10 +31,12 @@ deps =
31
32
# TODO: Add more versions to oldestdeps. numpy<1.15 could not be installed
33
# in CI, a much newer version was pulled in instead, thus setting
34
-# minimum numpy to 1.15.
+# 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.
36
37
oldestdeps: astropy==3.1.2
38
oldestdeps: numpy==1.15
39
+ oldestdeps: matplotlib==3.3.*
40
cov: codecov
41
42
extras =
0 commit comments