only need python3 env file for conda

This commit is contained in:
mjames-upc 2018-10-14 14:38:11 -06:00
parent 53481d14b8
commit 82ea15b5f1
2 changed files with 11 additions and 31 deletions

View file

@ -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

View file

@ -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