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:
@@ -33,4 +33,10 @@ packages = ["opengait"]
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"basedpyright>=1.38.1",
|
||||
"pytest",
|
||||
"nats-py",
|
||||
"ultralytics",
|
||||
"jaxtyping",
|
||||
"beartype",
|
||||
"click",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user