Skip to content

Instantly share code, notes, and snippets.

@sjpfenninger
Last active April 5, 2017 05:32
Show Gist options
  • Save sjpfenninger/978a0e1d35ac73d6c4274cf04730337b to your computer and use it in GitHub Desktop.
Save sjpfenninger/978a0e1d35ac73d6c4274cf04730337b to your computer and use it in GitHub Desktop.
requirements.yml for visualisation tutorial
name: vis-tutorial
channels:
- conda-forge
- defaults
dependencies:
- basemap=1.0.8.dev0
- basemap-data-hires=1.0.8.dev0
- bokeh=0.12.4
- cartopy=0.15.1
- holoviews=1.6.2
- matplotlib=2.0.0
- notebook=4.4.1
- numpy=1.11.3
- pandas=0.19.2
- plotly=2.0.5
- python=3.5.3
- scipy=0.18.1
- seaborn=0.7.1
- statsmodels=0.8.0
- xarray=0.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment