Skip to content

Commit

Permalink
Add defaults as higher priority channel and specify pkg versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frodre committed Aug 14, 2018
1 parent df33766 commit e71a836
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions misc/lmr_pyenv.yml
@@ -1,24 +1,24 @@
name: lmr_py3

channels:
- defaults
- conda-forge
- nesii/label/dev-esmf

dependencies:
- python=3.*
- netCDF4
- python=3.6
- netCDF4=1.4.0
- numpy
- scipy
- matplotlib
- statsmodels
- pyspharm
- pyyaml
- pandas
- pandas=0.23
- xlrd
- pytest
- ipython
- jpeg
- basemap
- cartopy
- esmpy
- esmpy=7.1
- pymc3

0 comments on commit e71a836

Please sign in to comment.