From 647264327145e3fbbece8773b6ad29de2cd25716 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 1 Jul 2022 22:32:35 -0700 Subject: [PATCH 1/2] Bump pygmt from 0.6.1 to 0.7.0 --- README.md | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b931354..4c14438 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.41.4 - **Python**: 3.10 -- **PyGMT**: 0.6.1 +- **PyGMT**: 0.7.0 - **Geopandas**: 0.10.2 ## Reference diff --git a/environment.yml b/environment.yml index 51efe55..ff68097 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: - python=3.10 - gmt=6.4.0 - - pygmt=0.6.1 + - pygmt=0.7.0 - jupyterlab=3.4.0 - jupyter-offlinenotebook=0.2.2 # Optional dependencies From 5597af69e9d748df16d5e81e937a8373f0619f55 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 1 Jul 2022 22:34:28 -0700 Subject: [PATCH 2/2] Bump geopandas from 0.10.2 to 0.11.0 --- README.md | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c14438..921156b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Run it online by clicking on one of the badges below: - **GMT.jl**: 0.41.4 - **Python**: 3.10 - **PyGMT**: 0.7.0 -- **Geopandas**: 0.10.2 +- **Geopandas**: 0.11.0 ## Reference diff --git a/environment.yml b/environment.yml index ff68097..78750e3 100644 --- a/environment.yml +++ b/environment.yml @@ -9,4 +9,4 @@ dependencies: - jupyterlab=3.4.0 - jupyter-offlinenotebook=0.2.2 # Optional dependencies - - geopandas=0.10.2 + - geopandas=0.11.0