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