Skip to content

Commit

Permalink
Add conda environment config. (Fixes Unidata#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift authored and MoonRaker committed Sep 26, 2015
1 parent a8ac1e8 commit 04178bc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Create full conda environment for development, including some useful tools
name: devel
channels:
- https://conda.binstar.org/Unidata
dependencies:
- python=3
- numpy
- scipy
- matplotlib
- pint
- requests
- protobuf
- netcdf4
- ipython-notebook
- sphinx
- nose
- vcrpy
- flake8
- pep8-naming

0 comments on commit 04178bc

Please sign in to comment.