From 1ddb401c4d085d7441ed3fd79cf7d782052c1a70 Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Sun, 2 Apr 2023 16:12:19 +0200 Subject: [PATCH 1/4] Bump pygmt from 0.8.0 to 0.9.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0037c91..d555870 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Run it online by clicking on one of the badges below: - **Julia**: 1.7 - **GMT.jl**: 0.44.6 - **Python**: 3.10 -- **PyGMT**: 0.8.0 +- **PyGMT**: 0.9.0 - **Geopandas**: 0.12.2 ## Reference From 2b8ecd5ca63431ef007174ca95bac19123a5b6bc Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Sun, 2 Apr 2023 16:16:41 +0200 Subject: [PATCH 2/4] Update environment.yml --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 02dfc58..3d85e07 100644 --- a/environment.yml +++ b/environment.yml @@ -5,8 +5,8 @@ channels: dependencies: - python=3.10 - gmt=6.4.0 - - pygmt=0.8.0 - - jupyterlab=3.5.2 + - pygmt=0.9.0 + - jupyterlab=3.6.3 - jupyter-offlinenotebook=0.2.2 # Optional dependencies - geopandas=0.12.2 From 907a68d42d6378c706e62ed2a5d3c519e9d5710a Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Sun, 2 Apr 2023 22:50:17 +0200 Subject: [PATCH 3/4] Apply suggestions from code review 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 d555870..3baca63 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Run it online by clicking on one of the badges below: - **GMT**: 6.4.0 - **Julia**: 1.7 - **GMT.jl**: 0.44.6 -- **Python**: 3.10 +- **Python**: 3.11 - **PyGMT**: 0.9.0 - **Geopandas**: 0.12.2 From 75229a43d9a4f5c79181e1ee19f733d8930ff021 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:55:41 +1200 Subject: [PATCH 4/4] Bump Python from 3.10 to 3.11 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 3d85e07..d9a8211 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: - - python=3.10 + - python=3.11 - gmt=6.4.0 - pygmt=0.9.0 - jupyterlab=3.6.3