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 a43fd85 commit 535b26cCopy full SHA for 535b26c
doc/devel/testing.rst
@@ -298,3 +298,12 @@ edit this file if you want to add new environments to test (e.g.,
298
tests are run. For more info on the ``tox.ini`` file, see the `Tox
299
Configuration Specification
300
<https://tox.readthedocs.io/en/latest/config.html>`_.
301
+
302
+Building old versions of Matplotlib
303
+-----------------------------------
304
305
+When running a ``git bisect`` to see which commit introduced a certain bug,
306
+you may (rarely) need to build very old versions of Matplotlib. The following
307
+constraints need to be taken into account:
308
309
+- Matplotlib 1.3 (or earlier) requires numpy 1.8 (or earlier).
0 commit comments