diff --git a/README.md b/README.md index 921156b..742d96c 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Run it online by clicking on one of the badges below: - **Julia**: 1.7 - **GMT.jl**: 0.41.4 - **Python**: 3.10 -- **PyGMT**: 0.7.0 -- **Geopandas**: 0.11.0 +- **PyGMT**: 0.8.0 +- **Geopandas**: 0.12.2 ## Reference diff --git a/environment.yml b/environment.yml index 78750e3..c9fcc8f 100644 --- a/environment.yml +++ b/environment.yml @@ -5,8 +5,8 @@ channels: dependencies: - python=3.10 - gmt=6.4.0 - - pygmt=0.7.0 - - jupyterlab=3.4.0 + - pygmt=0.8.0 + - jupyterlab=3.5.2 - jupyter-offlinenotebook=0.2.2 # Optional dependencies - - geopandas=0.11.0 + - geopandas=0.12.2