Skip to content

Commit a203a3e

Browse files
Bump pygmt from 0.8.0 to 0.9.0, python from 3.10 to 3.11 (#46)
* Bump pygmt from 0.8.0 to 0.9.0 * Bump Python from 3.10 to 3.11 --------- Co-authored-by: Wei Ji <[email protected]>
1 parent 2bcca73 commit a203a3e

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
@@ -20,8 +20,8 @@ Run it online by clicking on one of the badges below:
2020
- **GMT**: 6.4.0
2121
- **Julia**: 1.7
2222
- **GMT.jl**: 0.44.6
23-
- **Python**: 3.10
24-
- **PyGMT**: 0.8.0
23+
- **Python**: 3.11
24+
- **PyGMT**: 0.9.0
2525
- **Geopandas**: 0.12.2
2626

2727
## 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.10
6+
- python=3.11
77
- gmt=6.4.0
8-
- pygmt=0.8.0
9-
- jupyterlab=3.5.2
8+
- pygmt=0.9.0
9+
- jupyterlab=3.6.3
1010
- jupyter-offlinenotebook=0.2.2
1111
# Optional dependencies
1212
- geopandas=0.12.2

0 commit comments

Comments
 (0)