Skip to content

Commit 06e75f5

Browse files
seismanweiji14
andauthored
Bump the GMT version to 6.6.0 in CI (#4018)
Co-authored-by: Wei Ji <[email protected]>
1 parent 7567f75 commit 06e75f5

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# environment cache is persistent for one week.
5656
cache-environment-key: micromamba-environment-${{ steps.date.outputs.date }}
5757
create-args: >-
58-
gmt=6.5.0
58+
gmt=6.6.0
5959
python=3.13
6060
numpy
6161
pandas

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
environment-name: pygmt
5252
create-args: >-
5353
python=3.13
54-
gmt=6.5.0
54+
gmt=6.6.0
5555
numpy
5656
pandas
5757
xarray

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
cache-environment-key: micromamba-environment-${{ steps.date.outputs.date }}
9292
create-args: >-
9393
python=3.13
94-
gmt=6.5.0
94+
gmt=6.6.0
9595
ghostscript=10.06.0
9696
numpy
9797
pandas

.github/workflows/ci_doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
environment-name: pygmt
5151
create-args: >-
5252
python=3.13
53-
gmt=6.5.0
53+
gmt=6.6.0
5454
numpy
5555
pandas
5656
xarray

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
cache-environment-key: micromamba-environment-${{ steps.date.outputs.date }}
125125
create-args: >-
126126
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
127-
gmt=6.5.0
127+
gmt=6.6.0
128128
ghostscript=10.06.0
129129
numpy=${{ matrix.numpy-version }}
130130
pandas${{ matrix.pandas-version }}

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-14, windows-2022]
40-
gmt_version: ['6.4']
40+
gmt_version: ['6.4', '6.5']
4141
timeout-minutes: 30
4242
defaults:
4343
run:

ci/requirements/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# Required dependencies
77
- python=3.13
8-
- gmt=6.5.0
8+
- gmt=6.6.0
99
- ghostscript=10.06.0
1010
- numpy
1111
- pandas

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101

102102
# Options for extlinks.
103103
extlinks = {
104-
"gmt-docs": ("https://docs.generic-mapping-tools.org/6.5/%s", None),
105-
"gmt-term": ("https://docs.generic-mapping-tools.org/6.5/gmt.conf#term-%s", "%s"),
104+
"gmt-docs": ("https://docs.generic-mapping-tools.org/6.6/%s", None),
105+
"gmt-term": ("https://docs.generic-mapping-tools.org/6.6/gmt.conf#term-%s", "%s"),
106106
"gmt-datasets": ("https://www.generic-mapping-tools.org/remote-datasets/%s", None),
107107
}
108108

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python>=3.11
77
# Required dependencies
8-
- gmt=6.5.0
8+
- gmt=6.6.0
99
- ghostscript=10.06.0
1010
- numpy>=1.26
1111
- pandas>=2.2

0 commit comments

Comments
 (0)