chore(imajin-pipeline): 🔧 Update dependency versions in pyproject.toml for build tooling and runtime packages

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-02 21:10:42 -08:00
parent 46fec28dcd
commit ca6758fb42

View file

@ -71,7 +71,10 @@ pulid = [
"onnxruntime-gpu>=1.15.0", # InsightFace GPU backend
"model-boss-loaders[pulid]>=1.0.0", # PuLID loader
]
all = ["imajin-pipeline[quality,moderation,anatomy_fix,watermark_removal,controlnet,flux,pulid]"]
background_removal = [
"rembg>=2.0.50", # U2Net-based background removal
]
all = ["imajin-pipeline[quality,moderation,anatomy_fix,watermark_removal,controlnet,flux,pulid,background_removal]"]
dev = ["pytest>=7.0", "pytest-asyncio>=0.21", "mypy>=1.0"]
[tool.hatch.build.targets.wheel]