test-conda/environment.yml
2017-07-25 11:54:12 -07:00

13 lines
193 B
YAML

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