test-conda/environment.yml
Chris Holdgraf 41d1dbf702 first move
2017-07-24 13:33:10 -07:00

14 lines
203 B
YAML

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]