mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
python-awips conda environment
This commit is contained in:
parent
8ec1c39fc5
commit
6d8978beb7
1 changed files with 15 additions and 0 deletions
15
environment.yml
Normal file
15
environment.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: python-awips
|
||||
channels:
|
||||
- https://conda.anaconda.org/conda-forge
|
||||
dependencies:
|
||||
- python=2.7
|
||||
- numpy
|
||||
- matplotlib
|
||||
- cartopy
|
||||
- jupyter
|
||||
- metpy
|
||||
- pint
|
||||
- shapely
|
||||
- pip
|
||||
- pip:
|
||||
- python-awips
|
Loading…
Add table
Reference in a new issue