Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump opencv-python to 4.6 #178

Merged
merged 1 commit into from
Oct 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi
ImageHash>=4.3.1 # Contains type information + setup as package not module
keyboard
numpy>=1.23 # Updated types
opencv-python-headless>=4.5.4,<4.6 # https://github.com/pyinstaller/pyinstaller/issues/6889
opencv-python-headless>=4.6 # Breaking changes importing cv2.cv2
packaging
Pillow>=7.2.0 # https://github.com/SerpentAI/D3DShot/issues/44
psutil
Expand All @@ -29,5 +29,6 @@ pywin32>=301
winsdk>=v1.0.0b4
#
# Build and compile resources
PyInstaller
PyInstaller>=5.2 # opencv-python 4.6 support
pyinstaller-hooks-contrib>=2022.9 # opencv-python 4.6 support. Changes for pywintypes and comtypes
PySide6