mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 06:47:57 -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:
|
||||
- https://conda.anaconda.org/conda-forge
|
||||
dependencies:
|
||||
- python=3.6
|
||||
- python=3
|
||||
- numpy
|
||||
- nomkl
|
||||
- matplotlib
|
||||
- cartopy
|
||||
- jupyter
|
||||
- netcdf4
|
||||
- owslib
|
||||
- metpy
|
||||
- pint
|
||||
- h5py
|
||||
- shapely
|
||||
- six
|
||||
- sphinx>=1.3
|
||||
- sphinx_rtd_theme
|
||||
- nbconvert>=4.1
|
||||
- siphon
|
||||
- xarray
|
||||
- ffmpeg
|
||||
- pytest
|
||||
- shapely
|
||||
- six
|
||||
- pip
|
||||
- pip:
|
||||
- python-awips
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
numpy
|
||||
six
|
||||
shapely
|
||||
h5py
|
||||
json
|
||||
|
|
Loading…
Add table
Reference in a new issue