Skip to content

Commit

Permalink
Bump ghostscript to 10.02.1 (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jan 7, 2024
1 parent 39827a9 commit b379976
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
ninja
curl
fftw
ghostscript=9.54.0
ghostscript=10.02.1
glib
hdf5
libblas
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b379976

Please sign in to comment.