mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
only need python3 env file for conda
This commit is contained in:
parent
53481d14b8
commit
82ea15b5f1
2 changed files with 11 additions and 31 deletions
|
@ -1,26 +0,0 @@
|
|||
name: python3-awips
|
||||
channels:
|
||||
- https://conda.anaconda.org/conda-forge
|
||||
dependencies:
|
||||
- python=3
|
||||
- numpy
|
||||
- nomkl
|
||||
- matplotlib
|
||||
- cartopy
|
||||
- jupyter
|
||||
- netcdf4
|
||||
- owslib
|
||||
- metpy
|
||||
- pint
|
||||
- h5py
|
||||
- shapely
|
||||
- sphinx>=1.3
|
||||
- sphinx_rtd_theme
|
||||
- nbconvert>=4.1
|
||||
- siphon
|
||||
- xarray
|
||||
- ffmpeg
|
||||
- pytest
|
||||
- shapely
|
||||
- six
|
||||
- pip
|
|
@ -1,19 +1,25 @@
|
|||
name: python-awips
|
||||
name: python3-awips
|
||||
channels:
|
||||
- https://conda.anaconda.org/conda-forge
|
||||
dependencies:
|
||||
- python=2.7
|
||||
- python=3
|
||||
- numpy
|
||||
- nomkl
|
||||
- matplotlib
|
||||
- cartopy
|
||||
- jupyter
|
||||
- pandas
|
||||
- netcdf4
|
||||
- owslib
|
||||
- metpy
|
||||
- pint
|
||||
- h5py
|
||||
- shapely
|
||||
- sphinx>=1.3
|
||||
- sphinx_rtd_theme
|
||||
- nbconvert>=4.1
|
||||
- enum34
|
||||
- siphon
|
||||
- xarray
|
||||
- ffmpeg
|
||||
- pytest
|
||||
- shapely
|
||||
- six
|
||||
- pip
|
||||
|
|
Loading…
Add table
Reference in a new issue