test-conda/environment.yml

15 lines
226 B
YAML
Raw Normal View History

2017-07-24 20:33:10 +00:00
name: example-environment
2017-07-25 00:00:17 +00:00
channels:
2017-07-25 00:40:00 +00:00
- defaults
2017-07-25 00:00:17 +00:00
- conda-forge
2017-07-24 20:33:10 +00:00
dependencies:
- numpy
- toolz
- matplotlib
- dill
- pandas
- partd
2017-07-27 17:46:12 +00:00
- bokeh
2017-07-24 20:33:10 +00:00
- pip:
- git+https://github.com/blaze/dask.git#egg=dask[complete]