Skip to content

Commit

Permalink
Added environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiisoup committed Oct 16, 2017
1 parent 5956fa6 commit 3751989
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: purakaku-python
channels:
- conda-forge
- defaults
dependencies:
- python=3.5
- numpy=1.11.2
- pandas=0.20.1
- numpydoc=0.6.0
- matplotlib=2.0.0
- seaborn=0.7.1
- dask=0.12.0
- ipython=5.1.0
- sphinx=1.5
- netCDF4=1.2.9
- hdf4=4.2.12 # temporary install to get netCD4 working (GH1106)
- cartopy=0.15.1
- rasterio=0.36.0
- pip:
- sphinx-gallery

0 comments on commit 3751989

Please sign in to comment.