python workspace
This commit is contained in:
19
py_workspace/pyproject.toml
Normal file
19
py_workspace/pyproject.toml
Normal 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" }
|
||||
|
||||
Reference in New Issue
Block a user