Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ghostscript to 10.02.1 #2694

Merged
merged 11 commits into from
Jan 7, 2024
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
Loading