ray_template/deployment_scripts/environment.yaml

22 lines
298 B
YAML
Raw Normal View History

2024-01-03 14:53:42 +00:00
name: ray
2023-12-07 09:26:25 +00:00
channels:
- defaults
dependencies:
2024-01-03 14:53:42 +00:00
- 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