Skip to content

Commit 26977ed

Browse files
committed
Merge branch 'main' into datatypes/gmtgrid
2 parents aeb37ae + 4f3c5e4 commit 26977ed

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/ci_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
create-args: >-
8888
python=3.12
8989
gmt=6.5.0
90-
ghostscript=10.02.1
90+
ghostscript=10.03.0
9191
numpy
9292
pandas
9393
xarray

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
create-args: >-
111111
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
112112
gmt=6.5.0
113-
ghostscript=10.02.1
113+
ghostscript=10.03.0
114114
numpy=${{ matrix.numpy-version }}
115115
pandas${{ matrix.pandas-version }}
116116
xarray${{ matrix.xarray-version }}

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
ninja
7070
curl
7171
fftw
72-
ghostscript=10.02.1
72+
ghostscript=10.03.0
7373
glib
7474
hdf5
7575
libblas

ci/requirements/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
# Required dependencies
77
- python=3.12
88
- gmt=6.5.0
9-
- ghostscript=10.02.1
9+
- ghostscript=10.03.0
1010
- numpy
1111
- pandas
1212
- xarray

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
- python=3.12
77
# Required dependencies
88
- gmt=6.5.0
9+
- ghotscript=10.03.0
910
- numpy>=1.23
1011
- pandas>=1.5
1112
- xarray>=2022.03

0 commit comments

Comments
 (0)