We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702478c commit 78b0921Copy full SHA for 78b0921
1 file changed
pyproject.toml
@@ -101,9 +101,9 @@ demos = [
101
]
102
# SpatialQuery
103
sq = [
104
- # To install: uv sync --extra sq --no-build-isolation-package SpatialQuery
105
- # or: uv sync --extra all --extra notebook --extra sq --no-build-isolation-package SpatialQuery
+ # When installing with `uv`, may need --no-build-isolation-package SpatialQuery
106
"pybind11",
+ # As of writing, `main` reflects SpatialQuery commit 9dde563 (April 4, 2026).
107
"SpatialQuery @ git+https://github.com/ShaokunAn/Spatial-Query@main"
108
109
0 commit comments