ray[tune] Windows CI fix (#11674)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-05-06 12:23:12 +02:00 committed by GitHub
parent 2a67dd0a29
commit f2f1afd269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -34,7 +34,7 @@ To install the required packages, run:
```bash
# Install and update Ultralytics and Ray Tune packages
pip install -U ultralytics "ray[tune]<=2.9.3"
pip install -U ultralytics "ray[tune]"
# Optionally install W&B for logging
pip install wandb