headless should only be used on linux

This commit is contained in:
doctorpangloss 2025-07-17 13:17:05 -07:00
parent c2c45e061e
commit fa5ce108b2

View File

@ -41,7 +41,8 @@ dependencies = [
"jsonmerge>=1.9.0",
"clean-fid>=0.1.35",
"resize-right>=0.0.2",
"opencv-python-headless>=4.9.0.80",
"opencv-python-headless>=4.9.0.80; sys_platform == 'linux'",
"opencv-python>=4.9.0.80; sys_platform == 'win32' or sys_platform == 'darwin'",
"albumentations>=1.3.0",
"aiofiles>=23.1.0",
"frozendict>=2.3.6",