File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ etc., you can install the following:
172
172
animated gifs;
173
173
* `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 3.4): for a larger
174
174
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.
177
177
178
178
.. note ::
179
179
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ local FreeType build
26
26
The following software is required to run the tests:
27
27
28
28
- pytest _ (>=3.4)
29
- - Ghostscript _ (to render PDF files)
29
+ - Ghostscript _ (>= 9.0, to render PDF files)
30
30
- Inkscape _ (to render SVG files)
31
31
32
32
Optionally you can install:
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ def checkdep_usetex(s):
526
526
if not s :
527
527
return False
528
528
529
- gs_req = '8.60 '
529
+ gs_req = '9.00 '
530
530
dvipng_req = '1.6'
531
531
flag = True
532
532
Original file line number Diff line number Diff line change 21
21
22
22
Matplotlib's LaTeX support requires a working LaTeX_ installation, dvipng_
23
23
(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
25
25
external dependencies must all be located on your :envvar:`PATH`.
26
26
27
27
There are a couple of options to mention, which can be changed using
You can’t perform that action at this time.
0 commit comments