Spaces:
Running
Running
File size: 456 Bytes
02eac4b 03537af 02eac4b 03537af 02eac4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[project]
name = "lerobot_arena_server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.12",
"opencv-python-headless>=4.11.0.86",
"pydantic>=2.11.5",
"uvicorn[standard]>=0.34.3",
"av>=12.0.0",
"aiortc>=1.6.0",
"numpy>=1.24.0",
]
[dependency-groups]
dev = [
"pytest>=8.4.0",
"pytest-asyncio>=1.0.0",
"pytest-cov>=6.1.1",
]
|