test-conda/environment.yml
John Kirkham 54278402a1 Add bokeh
2017-07-27 13:46:12 -04:00

14 lines
203 B
YAML

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