Skip to content
Open
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
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ dependencies = [
"tifffile>=2023.0.0",
"scipy>=1.10.0",
"scikit-image>=0.21.0",
# OpenCV is imported (unguarded) by detection (sam_detection), the device
# layer, analysis steps, and video_maker — so it's a true runtime dep, not
# optional. headless avoids the libGL.so requirement of full opencv-python
# on headless servers/agents.
"opencv-python-headless>=4.8.0",
"jinja2>=3.1.0",
"pyyaml>=6.0",
"matplotlib>=3.7.0",
Expand Down