20 lines
370 B
TOML
20 lines
370 B
TOML
[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" }
|
|
|