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.
20 lines
324 B
20 lines
324 B
# Create full conda environment for development, including some useful tools |
|
name: develop |
|
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 |
|
|
|
|