ray_template/deployment_scripts/environment.yaml

21 lines
298 B
YAML

name: ray
channels:
- defaults
dependencies:
- python=3.10
- 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