diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 4d1321afd50..fc331552294 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.06.0 + ghostscript=10.07.0 numpy pandas xarray diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 0417c4aa8e1..948a05c0cc1 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.06.0 + ghostscript=10.07.0 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 08a50d773fe..e311b43d9cb 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -73,7 +73,7 @@ jobs: ninja curl fftw - ghostscript=10.06.0 + ghostscript=10.07.0 glib hdf5 libblas diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index eb40c9aa2f9..1b923c2ca9e 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.06.0 + - ghostscript=10.07.0 - numpy - pandas - xarray diff --git a/doc/install.md b/doc/install.md index 6997c84c7f4..dab77aff3a8 100644 --- a/doc/install.md +++ b/doc/install.md @@ -324,4 +324,4 @@ please check your GMT and Ghostscript versions (you can run `pygmt.show_versions We recommend: - Ghostscript 9.53-9.56 for GMT 6.4.0 (or below) -- Ghostscript 10.03-10.06 for GMT 6.5.0-6.6.0 +- Ghostscript 10.03-10.07 for GMT 6.5.0-6.6.0 diff --git a/environment.yml b/environment.yml index c682ab2a7ea..ccd85758ab4 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ dependencies: - python>=3.12 # Required dependencies - gmt=6.6.0 - - ghostscript=10.06.0 + - ghostscript=10.07.0 - numpy>=2.0 - pandas>=2.2 - xarray>=2024.5