Skip to content

Commit b379976

Browse files
authored
Bump ghostscript to 10.02.1 (#2694)
1 parent 39827a9 commit b379976

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
create-args: >-
8888
python=3.12
8989
gmt=6.5.0
90-
ghostscript=9.54.0
90+
ghostscript=10.02.1
9191
numpy
9292
pandas
9393
xarray

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
create-args: >-
106106
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
107107
gmt=6.5.0
108-
ghostscript=9.54.0
108+
ghostscript=10.02.1
109109
numpy=${{ matrix.numpy-version }}
110110
pandas
111111
xarray

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
ninja
7070
curl
7171
fftw
72-
ghostscript=9.54.0
72+
ghostscript=10.02.1
7373
glib
7474
hdf5
7575
libblas

ci/requirements/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
# Required dependencies
77
- python=3.12
88
- gmt=6.5.0
9-
- ghostscript=9.54.0
9+
- ghostscript=10.02.1
1010
- numpy>=1.22
1111
- pandas
1212
- xarray

0 commit comments

Comments
 (0)