forked from 3rdparty/wrf-python
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
344 B
22 lines
344 B
# 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 |
|
|