We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2349aec commit f112725Copy full SHA for f112725
README.md
@@ -19,8 +19,8 @@ Run it online by clicking on one of the badges below:
19
- **GMT**: 6.5.0
20
- **Julia**: 1.10
21
- **GMT.jl**: 1.x
22
-- **Python**: 3.12
23
-- **PyGMT**: 0.13.0
+- **Python**: 3.13
+- **PyGMT**: 0.14.0
24
- **Geopandas**: 1.0.1
25
26
## Reference
environment.yml
@@ -3,10 +3,10 @@ channels:
3
- conda-forge
4
- nodefaults
5
dependencies:
6
- - python=3.12
+ - python=3.13
7
- gmt=6.5.0
8
- - pygmt=0.13.0
9
- - jupyterlab=4.2.5
+ - pygmt=0.14.0
+ - jupyterlab=4.3.4
10
- jupyter-offlinenotebook=0.3.1
11
# Optional dependencies
12
- geopandas=1.0.1
0 commit comments