Skip to content

Commit

Permalink
Update devel environment.
Browse files Browse the repository at this point in the history
Only include things that are needed for Siphon and examples. Update
ipython->jupyter.
  • Loading branch information
dopplershift committed Mar 15, 2016
1 parent c17df2e commit 74a0be0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Create full conda environment for development, including some useful tools
name: devel
channels:
- https://conda.binstar.org/Unidata
- https://conda.binstar.org/conda-forge
dependencies:
- python=3
- numpy
- scipy
- matplotlib
- pint
- requests
- protobuf
- netcdf4
- ipython-notebook
- jupyter
- sphinx
- pytest
- pytest-cov
- vcrpy
- flake8
- pep8-naming
- matplotlib
- xarray
- jupyter_client!=4.2.1

0 comments on commit 74a0be0

Please sign in to comment.