From b379976a23774e99155c868d0ca03527e791a88e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 8 Jan 2024 07:48:41 +0800 Subject: [PATCH] Bump ghostscript to 10.02.1 (#2694) --- .github/workflows/ci_docs.yml | 2 +- .github/workflows/ci_tests.yaml | 2 +- .github/workflows/ci_tests_dev.yaml | 2 +- ci/requirements/docs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 5c5899266d6..d680e3dd129 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -87,7 +87,7 @@ jobs: create-args: >- python=3.12 gmt=6.5.0 - ghostscript=9.54.0 + ghostscript=10.02.1 numpy pandas xarray diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 33b2e992918..d145ccd5796 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -105,7 +105,7 @@ jobs: create-args: >- python=${{ matrix.python-version }}${{ matrix.optional-packages }} gmt=6.5.0 - ghostscript=9.54.0 + ghostscript=10.02.1 numpy=${{ matrix.numpy-version }} pandas xarray diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index f2a131171b5..9407c3788b3 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -69,7 +69,7 @@ jobs: ninja curl fftw - ghostscript=9.54.0 + ghostscript=10.02.1 glib hdf5 libblas diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index b4593e530ec..8059f0b153a 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -6,7 +6,7 @@ dependencies: # Required dependencies - python=3.12 - gmt=6.5.0 - - ghostscript=9.54.0 + - ghostscript=10.02.1 - numpy>=1.22 - pandas - xarray