Skip to content

Commit

Permalink
Bump to Ghostscript 10.04.0 (#3443)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Sep 19, 2024
1 parent 890626d commit 5e5a0c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
create-args: >-
python=3.12
gmt=6.5.0
ghostscript=10.03.1
ghostscript=10.04.0
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 @@ -119,7 +119,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
gmt=6.5.0
ghostscript=10.03.1
ghostscript=10.04.0
numpy=${{ matrix.numpy-version }}
pandas${{ matrix.pandas-version }}
xarray${{ matrix.xarray-version }}
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 @@ -75,7 +75,7 @@ jobs:
ninja
curl
fftw
ghostscript=10.03.1
ghostscript=10.04.0
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=10.03.1
- ghostscript=10.04.0
- numpy
- pandas
- xarray
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.12
# Required dependencies
- gmt=6.5.0
- ghostscript=10.03.1
- ghostscript=10.04.0
- numpy>=1.24
- pandas>=1.5
- xarray>=2022.09
Expand Down

0 comments on commit 5e5a0c6

Please sign in to comment.