test-conda/environment.yml
Min RK 28e6aeebe9
specify Python 3.11
now that it's supported
2023-02-16 10:01:31 +01:00

15 lines
177 B
YAML

name: example-environment
channels:
- conda-forge
dependencies:
- python=3.11
- numpy
- psutil
- toolz
- matplotlib
- dill
- pandas
- partd
- bokeh
- dask