test-conda/environment.yml

18 lines
245 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:07:40 +00:00
- defaults
2017-07-25 00:00:17 +00:00
- conda-forge
2017-07-24 20:33:10 +00:00
dependencies:
2017-07-25 00:07:40 +00:00
- python=3.4.0
2017-07-24 20:33:10 +00:00
- 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]