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 adbaad4 commit 8f94e04Copy full SHA for 8f94e04
requirements.txt
@@ -2,7 +2,8 @@
2
# PySceneDetect Requirements
3
#
4
av>=9.2
5
-click>=8.0
+# click 8.3.0 is excluded as per https://scenedetect.com/issues/521
6
+click~=8.0, !=8.3.0
7
numpy
8
opencv-python
9
platformdirs
requirements_headless.txt
# PySceneDetect Requirements for Headless Machines
opencv-python-headless
0 commit comments