We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203749d commit c0bc66dCopy full SHA for c0bc66d
README.md
@@ -15,11 +15,11 @@ Run it online by clicking on one of the badges below:
15
## Installed packages
16
17
- **GMT**: 6.5.0
18
-- **Julia**: 1.7
+- **Julia**: 1.10
19
- **GMT.jl**: 1.x
20
-- **Python**: 3.11
21
-- **PyGMT**: 0.12.0
22
-- **Geopandas**: 0.14.4
+- **Python**: 3.12
+- **PyGMT**: 0.13.0
+- **Geopandas**: 1.0.1
23
24
## Reference
25
environment.yml
@@ -3,10 +3,10 @@ channels:
3
- conda-forge
4
- nodefaults
5
dependencies:
6
- - python=3.11
+ - python=3.12
7
- gmt=6.5.0
8
- - pygmt=0.12.0
9
- - jupyterlab=4.1.8
10
- - jupyter-offlinenotebook=0.2.2
+ - pygmt=0.13.0
+ - jupyterlab=4.2.5
+ - jupyter-offlinenotebook=0.3.1
11
# Optional dependencies
12
- - geopandas=0.14.4
+ - geopandas=1.0.1
0 commit comments