Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7562be

Browse filesBrowse files
authored
Backport PR #12301: Ghostscript 9.0 requirement revisited (#12788)
1 parent 0a6febf commit a7562be
Copy full SHA for a7562be

File tree

Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed

‎INSTALL.rst

Copy file name to clipboardExpand all lines: INSTALL.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ etc., you can install the following:
172172
animated gifs;
173173
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 3.4): for a larger
174174
selection of image file formats: JPEG, BMP, and TIFF image files;
175-
* `LaTeX <https://miktex.org/>`_ and `GhostScript
176-
<https://ghostscript.com/download/>`_ (for rendering text with LaTeX).
175+
* `LaTeX <https://miktex.org/>`_ and `GhostScript (>=9.0)
176+
<https://ghostscript.com/download/>`_ : for rendering text with LaTeX.
177177

178178
.. note::
179179

‎doc/devel/testing.rst

Copy file name to clipboardExpand all lines: doc/devel/testing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local FreeType build
2626
The following software is required to run the tests:
2727

2828
- pytest_ (>=3.4)
29-
- Ghostscript_ (to render PDF files)
29+
- Ghostscript_ (>= 9.0, to render PDF files)
3030
- Inkscape_ (to render SVG files)
3131

3232
Optionally you can install:

‎lib/matplotlib/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def checkdep_usetex(s):
526526
if not s:
527527
return False
528528

529-
gs_req = '8.60'
529+
gs_req = '9.00'
530530
dvipng_req = '1.6'
531531
flag = True
532532

‎tutorials/text/usetex.py

Copy file name to clipboardExpand all lines: tutorials/text/usetex.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
Matplotlib's LaTeX support requires a working LaTeX_ installation, dvipng_
2323
(which may be included with your LaTeX installation), and Ghostscript_
24-
(GPL Ghostscript 8.60 or later is recommended). The executables for these
24+
(GPL Ghostscript 9.0 or later is required). The executables for these
2525
external dependencies must all be located on your :envvar:`PATH`.
2626
2727
There are a couple of options to mention, which can be changed using

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.