We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5873117 commit d1d8247Copy full SHA for d1d8247
scripts/requirements.txt
@@ -14,7 +14,7 @@ certifi
14
ImageHash>=4.3.1 # Contains type information + setup as package not module
15
keyboard
16
numpy>=1.23 # Updated types
17
-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
18
packaging
19
Pillow>=7.2.0 # https://github.com/SerpentAI/D3DShot/issues/44
20
psutil
@@ -29,5 +29,6 @@ pywin32>=301
29
winsdk>=v1.0.0b4
30
#
31
# Build and compile resources
32
-PyInstaller
+PyInstaller>=5.2 # opencv-python 4.6 support
33
+pyinstaller-hooks-contrib>=2022.9 # opencv-python 4.6 support. Changes for pywintypes and comtypes
34
PySide6
0 commit comments