forked from SiVeGCS/dask_template
22 lines
306 B
YAML
22 lines
306 B
YAML
name: ray
|
|
channels:
|
|
- defaults
|
|
dependencies:
|
|
- python=3.10
|
|
- pip
|
|
- pip:
|
|
- ray==2.8.0
|
|
- dask==2022.10.1
|
|
- torch
|
|
- pydantic<2
|
|
- six
|
|
- torch
|
|
- tqdm
|
|
- pandas<2
|
|
- scikit-learn
|
|
- matplotlib
|
|
- optuna
|
|
- seaborn
|
|
- tabulate
|
|
- jupyterlab
|
|
- autopep8
|