Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ dependencies = [
# Training framework
"pytorch-lightning==2.5.5",

# Build/runtime helpers needed for older mmcv installation flows
"setuptools<81",
"packaging<25",
"Cython<3",
"wheel",

# Demo runtime dependencies (included in main PyPI install)
"detectron2 @ git+https://github.com/facebookresearch/detectron2.git",
"deeplabcut",
Expand Down
Loading