We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132bbb6 commit f965fb7Copy full SHA for f965fb7
setup.py
@@ -142,6 +142,7 @@
142
"urllib3<=2.0.0",
143
"black",
144
"phonemizer",
145
+ "opencv-python",
146
]
147
148
# this is a lookup table with items like:
src/diffusers/dependency_versions_table.py
@@ -49,4 +49,5 @@
49
"urllib3": "urllib3<=2.0.0",
50
"black": "black",
51
"phonemizer": "phonemizer",
52
+ "cv2": "opencv-python",
53
}
0 commit comments