Revision fc13445df74f635aad2c8534fe7892fc6b86f00c authored by Breakthrough on 09 July 2023, 14:56:28 UTC, committed by Breakthrough on 09 July 2023, 14:56:28 UTC
1 parent 044e2d9
Raw File
requirements_windows.txt
#
# PySceneDetect Requirements for Windows Build (Python 3.7+)
#
# These are pinned to the versions required for the Windows build to work
# using pyinstaller. If you are installing PySceneDetect directly as a Python
# distribution (e.g. via pip or setup.py), use requirements.txt instead.
av==9.2.0
click>=8.0
numpy
opencv-python-headless==4.5.1.48
platformdirs
pytest
tqdm
back to top