Skip to content

Commit 9338aca

Browse files
authored
Request python 3.10 and not 3.9
1 parent 95b9eff commit 9338aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=>3.9
6+
- python=>3.10
77
- rioxarray
88
- geopandas
99
- opencv
@@ -13,4 +13,4 @@ dependencies:
1313
- pandas
1414
- numpy
1515
- shapely
16-
- pyarrow
16+
- pyarrow

0 commit comments

Comments
 (0)