mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-03-05 22:52:34 +08:00
pinned opencv-python to 4.5.5.64 due to bug #676 in version 4.6.0.66
This commit is contained in:
@@ -27,7 +27,7 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"ffmpeg-python>=0.2.0",
|
"ffmpeg-python>=0.2.0",
|
||||||
"loguru>=0.6.0",
|
"loguru>=0.6.0",
|
||||||
"opencv-python>=4.5.5.64",
|
"opencv-python==4.5.5.64",
|
||||||
"pillow>=9.0.1",
|
"pillow>=9.0.1",
|
||||||
"pynput>=1.7.6",
|
"pynput>=1.7.6",
|
||||||
"rich>=12.0.0",
|
"rich>=12.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user