python-awips/environment.yml
srcarter3 becb447cff
Update environment.yml
add python-awips to the environment directly
2023-02-27 13:30:01 -07:00

28 lines
419 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
- python-awips