test-conda/environment.yml
2017-07-27 13:49:26 -04:00

17 lines
232 B
YAML

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