Skip to content

Commit 6dc2c21

Browse files
Update environment.yml Fixes #47
Honestly I am not sure it is reasonable to require 3.12 at this time. Many users are stuck on lower python versions. Anyway, fixes #47
1 parent 03ae5f6 commit 6dc2c21

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: metocean-api
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=>3.9
5+
- python=>3.12
66
- matplotlib>=3.1
77
- numpy>=1.17
88
- pandas

0 commit comments

Comments
 (0)