test-conda/environment.yml

14 lines
203 B
YAML
Raw Normal View History

2017-07-24 20:33:10 +00:00
name: example-environment
dependencies:
- python=3.4
- numpy
- toolz
- matplotlib
- dill
- pandas
- partd
- bokeh
- pip:
- git+https://github.com/blaze/dask.git#egg=dask[complete]