diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 870ee416..38e3e2ba 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -25,7 +25,7 @@ pyinstaller>=6.10.0 # Python 3.13 support # https://peps.python.org/pep-0508/#environment-markers # # Windows-only dependencies: -comtypes<1.4.5 ; sys_platform == 'win32' # https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807 +comtypes>=1.4.5 ; sys_platform == 'win32' # Support added in pyinstaller-hooks-contrib 2024.9 typed-D3DShot[numpy] >= 1.0.1; sys_platform == 'win32' pygrabber>=0.2 ; sys_platform == 'win32' # Completed types pywin32>=307 ; sys_platform == 'win32' # Python 3.13 support