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

17 lines
249 B
YAML

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