forked from 3rdparty/wrf-python
3 changed files with 59 additions and 0 deletions
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
# 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 |
||||
- gcc_linux-64 |
||||
- gfortran_linux-64 |
||||
|
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
# 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 |
||||
|
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
# 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 |
||||
- m2w64-toolchain |
||||
|
Loading…
Reference in new issue