Skip to content

Commit

Permalink
Merge pull request binder-examples#1 from jakirkham/fix_example
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
choldgraf authored Jul 27, 2017
2 parents 93d3d59 + 8be3642 commit 6d08d66
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: example-environment

channels:
- conda-forge
dependencies:
- python=3.6
- python
- numpy
- psutil
- toolz
- matplotlib
- dill
- pandas
- partd
- pip:
- git+https://github.com/blaze/dask.git#egg=dask[complete]
- bokeh
- dask

0 comments on commit 6d08d66

Please sign in to comment.