From f3939e530d0c456c70f786bd5e7b43ec4303cd1f Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 12 Jan 2026 12:16:29 +0800 Subject: [PATCH 1/2] Bump to Python 3.14 and PyGMT v0.18.0 --- README.md | 4 ++-- environment.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26d4198..8d02661 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Run it online by clicking on one of the badges below: - **GMT**: 6.6.0 - **Julia**: 1.10 - **GMT.jl**: 1.x -- **Python**: 3.13 -- **PyGMT**: 0.17.0 +- **Python**: 3.14 +- **PyGMT**: 0.18.0 - **Geopandas**: 1.1.1 ## Reference diff --git a/environment.yml b/environment.yml index c6dd6c6..1932d4c 100644 --- a/environment.yml +++ b/environment.yml @@ -3,9 +3,9 @@ channels: - conda-forge - nodefaults dependencies: - - python=3.13 + - python=3.14 - gmt=6.6.0 - - pygmt=0.17.0 + - pygmt=0.18.0 - jupyterlab=4.4.9 - jupyter-offlinenotebook=0.3.2 # Optional dependencies From d253defcc9632efbc2a5ce5dd75b617e30afd595 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 12 Jan 2026 12:26:30 +0800 Subject: [PATCH 2/2] Fix Geopandas version Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d02661..05ab62b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Run it online by clicking on one of the badges below: - **GMT.jl**: 1.x - **Python**: 3.14 - **PyGMT**: 0.18.0 -- **Geopandas**: 1.1.1 +- **Geopandas**: 1.1.2 ## Reference