Skip to content

Commit 203fe0b

Browse files
authored
Merge pull request #229 from noaa-ocs-modeling/felicio93-patch-1
Restrict Python version to <3.13 in environment.yml
2 parents 287bc16 + d6310e2 commit 203fe0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ocsmesh
22
channels:
33
- conda-forge
44
dependencies:
5-
- python>=3.9
5+
- python >=3.9,<3.13
66
- gdal
77
- geos
88
- proj

0 commit comments

Comments
 (0)