Skip to content

Commit 0286804

Browse files
committed
Remove Python version pin in environment.yml
Updated Python version constraint to allow any version.
1 parent 91eb4b8 commit 0286804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_envs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: wrf_python_build
33
channels:
44
- conda-forge
55
dependencies:
6-
- python>=3.9, <3.14
6+
- python
77
- compilers
88
- basemap
99
- cartopy

0 commit comments

Comments
 (0)