Skip to content

Commit c0bc66d

Browse files
authored
Bump to PyGMT v0.13.0 and also other dependencies (#54)
* Bump to PyGMT v0.13.0 and also other dependencies * Bump to Python 3.12
1 parent 203749d commit c0bc66d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Run it online by clicking on one of the badges below:
1515
## Installed packages
1616

1717
- **GMT**: 6.5.0
18-
- **Julia**: 1.7
18+
- **Julia**: 1.10
1919
- **GMT.jl**: 1.x
20-
- **Python**: 3.11
21-
- **PyGMT**: 0.12.0
22-
- **Geopandas**: 0.14.4
20+
- **Python**: 3.12
21+
- **PyGMT**: 0.13.0
22+
- **Geopandas**: 1.0.1
2323

2424
## Reference
2525

environment.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- python=3.11
6+
- python=3.12
77
- gmt=6.5.0
8-
- pygmt=0.12.0
9-
- jupyterlab=4.1.8
10-
- jupyter-offlinenotebook=0.2.2
8+
- pygmt=0.13.0
9+
- jupyterlab=4.2.5
10+
- jupyter-offlinenotebook=0.3.1
1111
# Optional dependencies
12-
- geopandas=0.14.4
12+
- geopandas=1.0.1

0 commit comments

Comments
 (0)