Skip to content

Commit 39827a9

Browse files
authored
Bump the GMT version in CI to 6.5.0 (#2962)
1 parent af7892f commit 39827a9

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# $CONDA is an environment variable pointing to the root of the miniconda directory
5858
# Preprend $CONDA/bin to $PATH so that conda's python is used over system python
5959
echo $CONDA/bin >> $GITHUB_PATH
60-
conda install --solver=libmamba gmt=6.4.0 python=3.12 \
60+
conda install --solver=libmamba gmt=6.5.0 python=3.12 \
6161
numpy pandas xarray netCDF4 packaging \
6262
geopandas pyarrow pytest pytest-mpl
6363
python -m pip install -U pytest-codspeed setuptools

.github/workflows/cache_data.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- nodefaults
4848
create-args: >-
4949
python=3.12
50-
gmt=6.4.0
50+
gmt=6.5.0
5151
numpy
5252
pandas
5353
xarray

.github/workflows/check-links.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
--exclude "^https://github.com/GenericMappingTools/gmt/releases/tag/X.Y.Z$"
4949
--exclude "^git"
5050
--exclude "^file://"
51-
--exclude "^https://docs.generic-mapping-tools.org/6.4/%s$"
52-
--exclude "^https://docs.generic-mapping-tools.org/6.4/%3Cmodule-name%3E.html$"
51+
--exclude "^https://docs.generic-mapping-tools.org/6.5/%s$"
52+
--exclude "^https://docs.generic-mapping-tools.org/6.5/%3Cmodule-name%3E.html$"
5353
--exclude "^https://www.generic-mapping-tools.org/remote-datasets/%s$"
5454
--exclude "^https://hackmd.io/@pygmt"
5555
--exclude "^https://doi.org"

.github/workflows/ci_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
cache-environment: true
8787
create-args: >-
8888
python=3.12
89-
gmt=6.4.0
89+
gmt=6.5.0
9090
ghostscript=9.54.0
9191
numpy
9292
pandas

.github/workflows/ci_doctests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- nodefaults
5151
create-args: >-
5252
python=3.12
53-
gmt=6.4.0
53+
gmt=6.5.0
5454
numpy
5555
pandas
5656
xarray

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
cache-environment: true
105105
create-args: >-
106106
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
107-
gmt=6.4.0
107+
gmt=6.5.0
108108
ghostscript=9.54.0
109109
numpy=${{ matrix.numpy-version }}
110110
pandas

.github/workflows/ci_tests_legacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
os: [ubuntu-20.04, macos-11, windows-2019]
37-
gmt_version: ['6.3']
37+
gmt_version: ['6.3', '6.4']
3838
timeout-minutes: 30
3939
defaults:
4040
run:

ci/requirements/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# Required dependencies
77
- python=3.12
8-
- gmt=6.4.0
8+
- gmt=6.5.0
99
- ghostscript=9.54.0
1010
- numpy>=1.22
1111
- pandas

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848
# configure links to GMT docs
4949
extlinks = {
50-
"gmt-docs": ("https://docs.generic-mapping-tools.org/6.4/%s", None),
51-
"gmt-term": ("https://docs.generic-mapping-tools.org/6.4/gmt.conf#term-%s", "%s"),
50+
"gmt-docs": ("https://docs.generic-mapping-tools.org/6.5/%s", None),
51+
"gmt-term": ("https://docs.generic-mapping-tools.org/6.5/gmt.conf#term-%s", "%s"),
5252
"gmt-datasets": ("https://www.generic-mapping-tools.org/remote-datasets/%s", None),
5353
}
5454

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python=3.12
77
# Required dependencies
8-
- gmt=6.4.0
8+
- gmt=6.5.0
99
- numpy>=1.22
1010
- pandas
1111
- xarray

0 commit comments

Comments
 (0)