Skip to content

Commit 50d1ecc

Browse files
committed
[dist] Pin dependencies until bug is fixed.
1 parent 773896e commit 50d1ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
python -m pip uninstall -y scenedetect
108108
109109
- name: Upload Package
110-
if: ${{ matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' }}
110+
if: ${{ matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest' }}
111111
uses: actions/upload-artifact@v4
112112
with:
113113
name: scenedetect-dist

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PySceneDetect Requirements
33
#
4-
av>=9.2
4+
av >=9.2, <14.0
55
click>=8.0
66
numpy
77
opencv-python

0 commit comments

Comments
 (0)