Skip to content

Commit 5e5a0c6

Browse files
authored
Bump to Ghostscript 10.04.0 (#3443)
1 parent 890626d commit 5e5a0c6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
create-args: >-
9595
python=3.12
9696
gmt=6.5.0
97-
ghostscript=10.03.1
97+
ghostscript=10.04.0
9898
numpy
9999
pandas
100100
xarray

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
create-args: >-
120120
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
121121
gmt=6.5.0
122-
ghostscript=10.03.1
122+
ghostscript=10.04.0
123123
numpy=${{ matrix.numpy-version }}
124124
pandas${{ matrix.pandas-version }}
125125
xarray${{ matrix.xarray-version }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
ninja
7676
curl
7777
fftw
78-
ghostscript=10.03.1
78+
ghostscript=10.04.0
7979
glib
8080
hdf5
8181
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=10.03.1
9+
- ghostscript=10.04.0
1010
- numpy
1111
- pandas
1212
- xarray

environment.yml

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

0 commit comments

Comments
 (0)