Skip to content

Commit efb7133

Browse files
committed
[dist] Unpin click
1 parent aba1055 commit efb7133

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ tests/resources/*
1212
*.csv
1313
packaging/windows/.version_info
1414
packaging/windows/installer/PySceneDetect.back*.aip
15+
packaging/windows/installer/PySceneDetect-*.msi
16+
packaging/windows/installer/PySceneDetect-cache/
1517
benchmarks/BCC/*.mp4
1618
*.txt
1719
benchmarks/RAI/*.mp4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ classifiers = [
4040
"Topic :: Utilities",
4141
]
4242
dependencies = [
43-
# click 8.3.0 is excluded as per https://scenedetect.com/issues/521
44-
"click~=8.0,<8.3.0",
43+
# click 8.3.0 specifically is excluded per https://scenedetect.com/issues/521; 8.3.1+ are fine.
44+
"click~=8.0,!=8.3.0",
4545
"numpy",
4646
"opencv-python",
4747
"platformdirs",

website/pages/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,4 +764,4 @@ Care was taken to minimize changes for most common API uses, however more advanc
764764
- platformdirs 4.3.6 -> 4.9.6
765765
- tqdm 4.67.1 -> 4.67.3
766766
- ffmpeg 8.0 -> 8.1
767-
- [general] Reduced size of Windows distribution without affecting functionality
767+
- [general] Reduced size of Windows distribution without affecting functionality

0 commit comments

Comments
 (0)