Skip to content

Commit

Permalink
Bump to GMT 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 7, 2024
1 parent 6ae1ac2 commit 6101e24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Run it online by clicking on one of the badges below:

## Installed packages

- **GMT**: 6.4.0
- **GMT**: 6.5.0
- **Julia**: 1.7
- **GMT.jl**: 0.44.6
- **Python**: 3.11
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- nodefaults
dependencies:
- python=3.11
- gmt=6.4.0
- gmt=6.5.0
- pygmt=0.10.0
- jupyterlab=3.6.3
- jupyter-offlinenotebook=0.2.2
Expand Down
3 changes: 2 additions & 1 deletion postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

for i in $(seq 1 3); do
for res in 01d 30m 20m 15m 10m 06m; do
gmt which -Ga @earth_relief_${res}
gmt which -Ga @earth_relief_${res}_p
done
done
gmt which -Ga @hotspots.txt

0 comments on commit 6101e24

Please sign in to comment.