From c93e3fdd557a56885d337abafb3dc9c93e43f83b Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 22 May 2026 19:46:18 +0800 Subject: [PATCH] Bump to Ghostscript 10.07.1 --- .github/workflows/ci_docs.yml | 2 +- .github/workflows/ci_tests.yaml | 2 +- .github/workflows/ci_tests_dev.yaml | 2 +- ci/requirements/docs.yml | 2 +- environment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index be5e7ed5a57..4080b6bea1d 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -93,7 +93,7 @@ jobs: create-args: >- python=3.14 gmt=6.6.0 - ghostscript=10.07.0 + ghostscript=10.07.1 numpy pandas xarray diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 4888d36a843..549ca6dedb5 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -128,7 +128,7 @@ jobs: create-args: >- python=${{ matrix.python-version }}${{ matrix.optional-packages }} gmt=6.6.0 - ghostscript=10.07.0 + ghostscript=10.07.1 numpy=${{ matrix.numpy-version }} pandas${{ matrix.pandas-version }} xarray${{ matrix.xarray-version }} diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 072e1068f41..1246ca8cd5d 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -74,7 +74,7 @@ jobs: ninja curl fftw - ghostscript=10.07.0 + ghostscript=10.07.1 glib hdf5 libblas diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index 1b923c2ca9e..f0ccd9e7644 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -6,7 +6,7 @@ dependencies: # Required dependencies - python=3.14 - gmt=6.6.0 - - ghostscript=10.07.0 + - ghostscript=10.07.1 - numpy - pandas - xarray diff --git a/environment.yml b/environment.yml index bf9c9f44c51..93074540a65 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ dependencies: - python>=3.12 # Required dependencies - gmt=6.6.0 - - ghostscript=10.07.0 + - ghostscript=10.07.1 - numpy>=2.0 - pandas>=2.2 - xarray>=2024.5