Skip to content

Commit 76d6a37

Browse files
authored
[Fix] restrict opencv headless version due to its packing issue (#1448)
1 parent 7b774a0 commit 76d6a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"transformers==4.57.0",
4141
"cyclopts",
4242
"transformers_stream_generator",
43-
"opencv-python-headless",
43+
"opencv-python-headless<=4.12.0.88",
4444
"pydantic",
4545
"tensorboard",
4646
"xxhash",

0 commit comments

Comments
 (0)