python-awips/environment.yml
Shay Carter bf93fdf9b3 Small change to environment.yml for compatibility with notebooks
- updated the python requirment from '=3' to '=3.9' because at least one notebook (METARS) was failing with python 3.10
2022-05-27 15:40:35 -06:00

26 lines
399 B
YAML

name: python3-awips
channels:
- https://conda.anaconda.org/conda-forge
dependencies:
- python=3.9
- 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