Skip to content

Commit a13fc5e

Browse files
authored
CI: Bump to Ghostscript 10.03.1 (#3269)
1 parent 5a9ac8e commit a13fc5e

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.0
97+
ghostscript=10.03.1
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.0
122+
ghostscript=10.03.1
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.0
78+
ghostscript=10.03.1
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.0
9+
- ghostscript=10.03.1
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.0
9+
- ghostscript=10.03.1
1010
- numpy>=1.23
1111
- pandas>=1.5
1212
- xarray>=2022.06

0 commit comments

Comments
 (0)