Video2BEV-Open / py /pyproject.toml
NinZeige's picture
Upload folder using huggingface_hub
5e8ce4c verified
raw
history blame contribute delete
282 Bytes
[project]
name = "v2b-demo-loader"
version = "0.1.0"
dependencies = [
"numpy",
"torch",
]
[tool.ruff.format]
quote-style = "single"
# [tool.uv.sources]
# torch = { index = "pytorch" }
# [[tool.uv.index]]
# name = "pytorch"
# url = "https://download.pytorch.org/whl/cpu"