mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
- remove jupyter_contrib_nbextensions package from environment.yml as this is no longer supported - update the version in the setup.py file so when installing locally it has v20 associated with it - remove download link from the setup.py file since it's not correct for the beta
26 lines
373 B
YAML
26 lines
373 B
YAML
name: python-awips-beta20
|
|
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
|
|
|