We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcca73 commit a203a3eCopy full SHA for a203a3e
README.md
@@ -20,8 +20,8 @@ Run it online by clicking on one of the badges below:
20
- **GMT**: 6.4.0
21
- **Julia**: 1.7
22
- **GMT.jl**: 0.44.6
23
-- **Python**: 3.10
24
-- **PyGMT**: 0.8.0
+- **Python**: 3.11
+- **PyGMT**: 0.9.0
25
- **Geopandas**: 0.12.2
26
27
## Reference
environment.yml
@@ -3,10 +3,10 @@ channels:
3
- conda-forge
4
- nodefaults
5
dependencies:
6
- - python=3.10
+ - python=3.11
7
- gmt=6.4.0
8
- - pygmt=0.8.0
9
- - jupyterlab=3.5.2
+ - pygmt=0.9.0
+ - jupyterlab=3.6.3
10
- jupyter-offlinenotebook=0.2.2
11
# Optional dependencies
12
- geopandas=0.12.2
0 commit comments