Clean up nanobind typing and source layout
This commit is contained in:
+8
-2
@@ -11,10 +11,16 @@ version = "0.2.0"
|
||||
description = "Rapid Pose Triangulation library with nanobind Python bindings"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = ["numpy>=2.0"]
|
||||
dependencies = [
|
||||
"jaxtyping",
|
||||
"numpy>=2.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["pytest>=8.3"]
|
||||
dev = [
|
||||
"basedpyright>=1.38.3",
|
||||
"pytest>=8.3",
|
||||
]
|
||||
|
||||
[tool.scikit-build]
|
||||
minimum-version = "build-system.requires"
|
||||
|
||||
Reference in New Issue
Block a user