From 22f1be3316e271f33c0d14a05ac252601512f690 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 2 Jan 2025 08:58:38 +0800 Subject: [PATCH] Bump to PyGMT v0.14.0 --- README.md | 4 ++-- environment.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e6be76a..345da2b 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Run it online by clicking on one of the badges below: - **GMT**: 6.5.0 - **Julia**: 1.10 - **GMT.jl**: 1.x -- **Python**: 3.12 -- **PyGMT**: 0.13.0 +- **Python**: 3.13 +- **PyGMT**: 0.14.0 - **Geopandas**: 1.0.1 ## Reference diff --git a/environment.yml b/environment.yml index a3c3171..5ddd9b9 100644 --- a/environment.yml +++ b/environment.yml @@ -3,10 +3,10 @@ channels: - conda-forge - nodefaults dependencies: - - python=3.12 + - python=3.13 - gmt=6.5.0 - - pygmt=0.13.0 - - jupyterlab=4.2.5 + - pygmt=0.14.0 + - jupyterlab=4.3.4 - jupyter-offlinenotebook=0.3.1 # Optional dependencies - geopandas=1.0.1