Spaces:
Sleeping
Sleeping
File size: 348 Bytes
47fccfe f5961bc | 1 2 3 4 5 6 7 8 9 10 11 | # pip install -r requirements.txt # Requires Python >= 3.10. If you see "from versions: none", use a 3.10+ venv: # python3.10 -m venv .venv && source .venv/bin/activate # or python3.11, etc. # pip install --upgrade pip && pip install -r requirements.txt lerobot[smolvla] matplotlib>=3.7 numpy>=1.24 Pillow>=10.0 pyyaml>=6.0 weightwatcher>=0.7 |