test-conda/environment.yml

18 lines
269 B
YAML

name: example-environment
channels:
- conda-forge
dependencies:
- python=3.11
- numpy
- psutil
- toolz
- matplotlib
- dill
- pandas
- partd
- bokeh
- dask
- pip
- pip:
- jupyter_contrib_nbextensions && jupyter contrib nbextension install