-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update environment files and references in contributing guidelines
- Loading branch information
1 parent
489910e
commit a4c7797
Showing
6 changed files
with
30 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
These platform specific environment files are included here for reference only and not actively tested or maintained. | ||
|
||
We have moved to a single environment file (../environment.yml) for all platforms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Create full conda environment for development, including some useful tools | ||
name: wrf_python_build | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python<3.12 | ||
- basemap | ||
- cartopy | ||
- clang_osx-arm64 | ||
- gfortran_osx-arm64 | ||
- jupyter | ||
- matplotlib | ||
- netcdf4 | ||
- numpy | ||
- pycodestyle | ||
- setuptools | ||
- sphinx | ||
- sphinx_rtd_theme | ||
- wrapt | ||
- xarray | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ channels: | |
- conda-forge | ||
- msys2 | ||
dependencies: | ||
- python=3 | ||
- python<3.12 | ||
- basemap | ||
- cartopy | ||
- jupyter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters