Skip to content

Commit d1d8247

Browse files
authored
Bump opencv-python to 4.6 (#178)
1 parent 5873117 commit d1d8247

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ certifi
1414
ImageHash>=4.3.1 # Contains type information + setup as package not module
1515
keyboard
1616
numpy>=1.23 # Updated types
17-
opencv-python-headless>=4.5.4,<4.6 # https://github.com/pyinstaller/pyinstaller/issues/6889
17+
opencv-python-headless>=4.6 # Breaking changes importing cv2.cv2
1818
packaging
1919
Pillow>=7.2.0 # https://github.com/SerpentAI/D3DShot/issues/44
2020
psutil
@@ -29,5 +29,6 @@ pywin32>=301
2929
winsdk>=v1.0.0b4
3030
#
3131
# Build and compile resources
32-
PyInstaller
32+
PyInstaller>=5.2 # opencv-python 4.6 support
33+
pyinstaller-hooks-contrib>=2022.9 # opencv-python 4.6 support. Changes for pywintypes and comtypes
3334
PySide6

0 commit comments

Comments
 (0)