Last active
December 27, 2019 01:07
-
-
Save brews/0344ef21df3d7a34872f0dc1375cffc4 to your computer and use it in GitHub Desktop.
Conda environment to create a py27 for the risingverse. Updates now hosted at https://anaconda.org/ClimateImpactLab/risingverse-py27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: risingverse-py27 | |
| channels: | |
| - conda-forge | |
| - defaults | |
| dependencies: | |
| - click | |
| - emcee | |
| - gspread=3.1.0 | |
| - numpy>=1.14 | |
| - netCDF4 | |
| - oauth2client | |
| - pandas | |
| - pip | |
| - python=2.7 | |
| - pyyaml | |
| - pytest | |
| - scipy | |
| - statsmodels | |
| - xarray=0.9 | |
| - pip: | |
| - impactlab-tools | |
| - metacsv | |
| - netCDF4==1.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment