We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773896e commit 50d1eccCopy full SHA for 50d1ecc
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
python -m pip uninstall -y scenedetect
108
109
- name: Upload Package
110
- if: ${{ matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest' }}
111
uses: actions/upload-artifact@v4
112
with:
113
name: scenedetect-dist
requirements.txt
@@ -1,7 +1,7 @@
1
#
2
# PySceneDetect Requirements
3
4
-av>=9.2
+av >=9.2, <14.0
5
click>=8.0
6
numpy
7
opencv-python
0 commit comments