mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
expand python3-awips env to match unidata-workshop; add json and h5py to pip requirements files
This commit is contained in:
parent
baac805148
commit
5a9d6fc9c5
2 changed files with 14 additions and 2 deletions
|
@ -2,17 +2,27 @@
|
||||||
channels:
|
channels:
|
||||||
- https://conda.anaconda.org/conda-forge
|
- https://conda.anaconda.org/conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.6
|
- python=3
|
||||||
- numpy
|
- numpy
|
||||||
|
- nomkl
|
||||||
- matplotlib
|
- matplotlib
|
||||||
- cartopy
|
- cartopy
|
||||||
- jupyter
|
- jupyter
|
||||||
|
- netcdf4
|
||||||
|
- owslib
|
||||||
- metpy
|
- metpy
|
||||||
- pint
|
- pint
|
||||||
- h5py
|
- h5py
|
||||||
- shapely
|
- shapely
|
||||||
- six
|
|
||||||
- sphinx>=1.3
|
- sphinx>=1.3
|
||||||
- sphinx_rtd_theme
|
- sphinx_rtd_theme
|
||||||
- nbconvert>=4.1
|
- nbconvert>=4.1
|
||||||
|
- siphon
|
||||||
|
- xarray
|
||||||
|
- ffmpeg
|
||||||
|
- pytest
|
||||||
|
- shapely
|
||||||
|
- six
|
||||||
- pip
|
- pip
|
||||||
|
- pip:
|
||||||
|
- python-awips
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
numpy
|
numpy
|
||||||
six
|
six
|
||||||
shapely
|
shapely
|
||||||
|
h5py
|
||||||
|
json
|
||||||
|
|
Loading…
Add table
Reference in a new issue