build(demo): add scoliosis pipeline dependencies

Add runtime and test dependencies needed by the new demo pipeline, including CLI, typing, model/runtime integration, and messaging libraries. This commit isolates dependency graph updates so environment bootstrap and lockfile drift are tracked separately from feature code.
This commit is contained in:
2026-02-27 09:58:51 +08:00
parent a3ed55fd0b
commit cd754ffcfb
2 changed files with 454 additions and 25 deletions
+6
View File
@@ -33,4 +33,10 @@ packages = ["opengait"]
[dependency-groups]
dev = [
"basedpyright>=1.38.1",
"pytest",
"nats-py",
"ultralytics",
"jaxtyping",
"beartype",
"click",
]