python workspace

This commit is contained in:
2026-02-04 15:42:08 +08:00
parent e7c5176229
commit a0ad369211
37 changed files with 47631 additions and 0 deletions

View File

@ -0,0 +1,19 @@
[project]
name = "depth-sensing"
version = "0.1.0"
description = "depth sensing with ZED cameras"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyzed",
"cupy-cuda12x",
"cuda-python",
"numpy",
"pyopengl>=3.1.10",
"pyopengl-accelerate>=3.1.10",
"jupyterlab>=4.5.3",
]
[tool.uv.sources]
pyzed = { path = "libs/pyzed_pkg" }