Skip to content

Commit f112725

Browse files
authoredJan 2, 2025
Bump to PyGMT v0.14.0 (#56)
1 parent 2349aec commit f112725

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Run it online by clicking on one of the badges below:
1919
- **GMT**: 6.5.0
2020
- **Julia**: 1.10
2121
- **GMT.jl**: 1.x
22-
- **Python**: 3.12
23-
- **PyGMT**: 0.13.0
22+
- **Python**: 3.13
23+
- **PyGMT**: 0.14.0
2424
- **Geopandas**: 1.0.1
2525

2626
## Reference

‎environment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- python=3.12
6+
- python=3.13
77
- gmt=6.5.0
8-
- pygmt=0.13.0
9-
- jupyterlab=4.2.5
8+
- pygmt=0.14.0
9+
- jupyterlab=4.3.4
1010
- jupyter-offlinenotebook=0.3.1
1111
# Optional dependencies
1212
- geopandas=1.0.1

0 commit comments

Comments
 (0)
Please sign in to comment.