forked from 3rdparty/wrf-python
3 changed files with 46 additions and 2 deletions
@ -0,0 +1,22 @@ |
|||||||
|
# Create full conda environment for development, including some useful tools |
||||||
|
name: testenv2 |
||||||
|
channels: |
||||||
|
- conda-forge |
||||||
|
dependencies: |
||||||
|
- python=2 |
||||||
|
- wrapt |
||||||
|
- numpy |
||||||
|
- matplotlib |
||||||
|
- netcdf4 |
||||||
|
- xarray |
||||||
|
- jupyter |
||||||
|
- sphinx |
||||||
|
- sphinx_rtd_theme |
||||||
|
- pycodestyle |
||||||
|
- cartopy |
||||||
|
- basemap |
||||||
|
- clang_osx-64 |
||||||
|
- gfortran_osx-64 |
||||||
|
- pynio |
||||||
|
- ncl |
||||||
|
|
@ -0,0 +1,22 @@ |
|||||||
|
# Create full conda environment for development, including some useful tools |
||||||
|
name: testenv3 |
||||||
|
channels: |
||||||
|
- conda-forge |
||||||
|
dependencies: |
||||||
|
- python=3 |
||||||
|
- wrapt |
||||||
|
- numpy |
||||||
|
- matplotlib |
||||||
|
- netcdf4 |
||||||
|
- xarray |
||||||
|
- jupyter |
||||||
|
- sphinx |
||||||
|
- sphinx_rtd_theme |
||||||
|
- pycodestyle |
||||||
|
- cartopy |
||||||
|
- basemap |
||||||
|
- clang_osx-64 |
||||||
|
- gfortran_osx-64 |
||||||
|
- pynio |
||||||
|
- ncl |
||||||
|
|
Loading…
Reference in new issue