dask_template/deployment_scripts/environment.yaml

24 lines
334 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
2024-01-03 14:53:42 +00:00
- pip:
- ray==2.8.0
2024-01-05 13:28:18 +00:00
- "ray[default]==2.8.0"
2024-01-03 14:53:42 +00:00
- dask==2022.10.1
- torch
- pydantic<2
- six
- torch
- tqdm
- pandas<2
- scikit-learn
- matplotlib
- optuna
- seaborn
- tabulate
- jupyterlab
- autopep8