Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Run it online by clicking on one of the badges below:
- **GMT**: 6.6.0
- **Julia**: 1.10
- **GMT.jl**: 1.x
- **Python**: 3.13
- **PyGMT**: 0.17.0
- **Python**: 3.14
- **PyGMT**: 0.18.0
- **Geopandas**: 1.1.1
Comment thread
seisman marked this conversation as resolved.
Outdated

## Reference
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python=3.13
- python=3.14
- gmt=6.6.0
- pygmt=0.17.0
- pygmt=0.18.0
- jupyterlab=4.4.9
- jupyter-offlinenotebook=0.3.2
# Optional dependencies
Expand Down
Loading