Skip to content

Instantly share code, notes, and snippets.

@brews
Last active December 27, 2019 01:07
Show Gist options
  • Select an option

  • Save brews/0344ef21df3d7a34872f0dc1375cffc4 to your computer and use it in GitHub Desktop.

Select an option

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