Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"requests>=2.34.2,<3.0.0",
"tenacity>=9.1.4,<10.0.0",
"Pillow>=12.3.0,<13.0.0",
"numpy>=1.24.0,<3.0.0",
"numpy>=2.2.6,<3.0.0",
"pydantic>=2.13.4,<3.0.0",
"tqdm>=4.66.0,<5.0.0",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tenacity>=9.1.4,<10.0.0 # download retries (utils.image.download_image)

# L3 cross-image consistency fallback (PIL/OpenCV feature overlay)
Pillow>=12.3.0,<13.0.0
numpy>=1.24.0,<3.0.0
numpy>=2.2.6,<3.0.0
# Haar face compositing needs OpenCV. PIN <5: cv2 5.x removed CascadeClassifier
# and the Haar cascades this module relies on; without OpenCV, apply_l3 degrades
# gracefully to a no-op (panel returned unchanged), so this is optional at runtime.
Expand Down