test-conda/environment.yml
Carol Willing b95e3a6411 No python
2017-07-27 13:49:26 -04:00

15 lines
226 B
YAML

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