Skip to content

Commit 764f8bf

Browse files
authored
Fix docs by settings python to 3.10 (#510)
* fix python version in docs mamba environment * fix version operator * move python and pip requirements to correct spot
1 parent e8f228c commit 764f8bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ channels:
33
- conda-forge
44
dependencies:
55
- rasterio
6+
- pip
7+
- python=3.10
68
- pip:
79
- Sphinx~=4.0
810
- sphinx_rtd_theme>=1.0.0

0 commit comments

Comments
 (0)