Skip to content

Commit 346c9bf

Browse files
authored
Bump to Ghostscript 10.07.1 (#4651)
1 parent bff1d36 commit 346c9bf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
create-args: >-
9494
python=3.14
9595
gmt=6.6.0
96-
ghostscript=10.07.0
96+
ghostscript=10.07.1
9797
numpy
9898
pandas
9999
xarray

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
create-args: >-
129129
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
130130
gmt=6.6.0
131-
ghostscript=10.07.0
131+
ghostscript=10.07.1
132132
numpy=${{ matrix.numpy-version }}
133133
pandas${{ matrix.pandas-version }}
134134
xarray${{ matrix.xarray-version }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
ninja
7575
curl
7676
fftw
77-
ghostscript=10.07.0
77+
ghostscript=10.07.1
7878
glib
7979
hdf5
8080
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.14
88
- gmt=6.6.0
9-
- ghostscript=10.07.0
9+
- ghostscript=10.07.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.6.0
9-
- ghostscript=10.07.0
9+
- ghostscript=10.07.1
1010
- numpy>=2.1
1111
- pandas>=2.3
1212
- xarray>=2024.7

0 commit comments

Comments
 (0)