Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 535b26c

Browse files
committed
Add note regarding builds of old Matplotlibs.
1 parent a43fd85 commit 535b26c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/devel/testing.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,12 @@ edit this file if you want to add new environments to test (e.g.,
298298
tests are run. For more info on the ``tox.ini`` file, see the `Tox
299299
Configuration Specification
300300
<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

Comments
 (0)