From c0bc66db56db54c9af3cfc903b0886de5c1b033c Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 6 Sep 2024 00:47:28 +0800 Subject: [PATCH] Bump to PyGMT v0.13.0 and also other dependencies (#54) * Bump to PyGMT v0.13.0 and also other dependencies * Bump to Python 3.12 --- README.md | 8 ++++---- environment.yml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6a8c0d5..5f96e12 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 +- **Python**: 3.12 +- **PyGMT**: 0.13.0 +- **Geopandas**: 1.0.1 ## Reference diff --git a/environment.yml b/environment.yml index e0be2da..a3c3171 100644 --- a/environment.yml +++ b/environment.yml @@ -3,10 +3,10 @@ channels: - conda-forge - nodefaults dependencies: - - python=3.11 + - python=3.12 - 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