test-conda/environment.yml

13 lines
193 B
YAML
Raw Normal View History

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