From 311cc5aec3c0cde34dfd20114b00fc7e0bd111f6 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 5 Sep 2024 23:36:43 +0800 Subject: [PATCH 1/2] Bump to PyGMT v0.13.0 and also other dependencies --- README.md | 6 +++--- environment.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6a8c0d5..14809f5 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Run it online by clicking on one of the badges below: ## Installed packages - **GMT**: 6.5.0 -- **Julia**: 1.7 +- **Julia**: 1.10 - **GMT.jl**: 1.x - **Python**: 3.11 -- **PyGMT**: 0.12.0 -- **Geopandas**: 0.14.4 +- **PyGMT**: 0.13.0 +- **Geopandas**: 1.0.1 ## Reference diff --git a/environment.yml b/environment.yml index e0be2da..fc9c3fd 100644 --- a/environment.yml +++ b/environment.yml @@ -5,8 +5,8 @@ channels: dependencies: - python=3.11 - gmt=6.5.0 - - pygmt=0.12.0 - - jupyterlab=4.1.8 - - jupyter-offlinenotebook=0.2.2 + - pygmt=0.13.0 + - jupyterlab=4.2.5 + - jupyter-offlinenotebook=0.3.1 # Optional dependencies - - geopandas=0.14.4 + - geopandas=1.0.1 From 92d992a996eb747979f633560a003ba2b4f5205f Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 6 Sep 2024 00:30:22 +0800 Subject: [PATCH 2/2] Bump to Python 3.12 --- README.md | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14809f5..5f96e12 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Run it online by clicking on one of the badges below: - **GMT**: 6.5.0 - **Julia**: 1.10 - **GMT.jl**: 1.x -- **Python**: 3.11 +- **Python**: 3.12 - **PyGMT**: 0.13.0 - **Geopandas**: 1.0.1 diff --git a/environment.yml b/environment.yml index fc9c3fd..a3c3171 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: - - python=3.11 + - python=3.12 - gmt=6.5.0 - pygmt=0.13.0 - jupyterlab=4.2.5