Files
lingbot-map/pyproject.toml
LinZhuoChen f9b3ae457a first commit
2026-04-16 09:51:30 +08:00

28 lines
630 B
TOML

[project]
name = "lingbot-map"
version = "0.1.0"
description = "LingBot-Map: Geometric Context Transformer for Streaming 3D Reconstruction"
requires-python = ">= 3.10"
dependencies = [
"Pillow",
"huggingface_hub",
"einops",
"safetensors",
"opencv-python",
"tqdm",
"scipy",
"torchvision",
]
[project.optional-dependencies]
vis = ["viser>=0.2.23", "trimesh", "matplotlib", "onnxruntime", "requests"]
demo = ["lingbot-map[vis]"]
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["lingbot_map*"]