Files
rerun-io--rerun/examples/python/arkit_scenes/pyproject.toml
T
2026-07-13 13:05:14 +08:00

23 lines
363 B
TOML

[project]
name = "arkit_scenes"
version = "0.1.0"
# requires-python = "<3.12"
readme = "README.md"
dependencies = [
"matplotlib",
"numpy",
"opencv-python",
"pandas",
"rerun-sdk",
"scipy",
"tqdm",
"trimesh",
]
[project.scripts]
arkit_scenes = "arkit_scenes.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"