python-awips/environment.yml
Shay Carter 5659ab5b17 Add one dependency to environment.yml
- add the nbextensions dependency so table of contents widget will display for notebooks with new template
2021-06-15 11:22:15 -06:00

26 lines
397 B
YAML

name: python3-awips
channels:
- https://conda.anaconda.org/conda-forge
dependencies:
- python=3
- numpy
- nomkl
- matplotlib
- cartopy
- jupyter
- netcdf4
- owslib
- metpy
- pint
- h5py
- sphinx>=1.3
- sphinx_rtd_theme
- nbconvert>=4.1
- siphon
- xarray
- ffmpeg
- pytest
- shapely
- six
- pip
- jupyter_contrib_nbextensions