Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading