From 5882529e53078e20f600c343254fce456eb516d9 Mon Sep 17 00:00:00 2001 From: Avasam Date: Fri, 25 Oct 2024 00:18:54 -0400 Subject: [PATCH] Bump PySide6-Essentials to 6.8.0.2 --- scripts/install.ps1 | 5 ----- scripts/requirements.txt | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 27acb5f9..ef55a7ea 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -45,11 +45,6 @@ If ($IsLinux) { # https://bugreports.qt.io/browse/PYSIDE-2616?focusedId=777285&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-777285 &"$python" -m pip uninstall shiboken6 -y &"$python" -m pip install -r "$PSScriptRoot/requirements$dev.txt" --upgrade -# Temporary hack to test install for Python 3.13 -&"$python" -m pip install ` - "PySide6-Essentials>=6.8.0.1 ; python_version >= '3.13'" ` - "shiboken6>=6.8.0.1 ; python_version >= '3.13'" ` - --ignore-requires-python # These libraries install extra requirements we don't want # Open suggestion for support in requirements files: https://github.com/pypa/pip/issues/9948 & https://github.com/pypa/pip/pull/10837 # PyAutoGUI: We only use it for hotkeys diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 8e4aea1e..ad83222b 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -9,11 +9,11 @@ numpy>=2.1 # Python 3.13 support opencv-python-headless>=4.10 # NumPy 2 support packaging psutil>=6.0.0 # Python 3.13 support -# PyAutoGUI # See install.ps1 +# PyAutoGUI # See install.ps1 PyWinCtl>=0.0.42 # py.typed # When needed, dev builds can be found at https://download.qt.io/snapshots/ci/pyside/dev?C=M;O=D -PySide6-Essentials>=6.8.0.1 ; python_version <= '3.12' # Python 3.13 support -scipy>=1.14.1 # Python 3.13 support +PySide6-Essentials>=6.8.0.2 # Python 3.13 support +scipy>=1.14.1 # Python 3.13 support tomli-w>=1.1.0 # Typing fixes typing-extensions>=4.4.0 # @override decorator support @@ -40,5 +40,5 @@ winrt-Windows.Graphics.Imaging>=2.3.0 ; sys_platform == 'win32' # Python 3.13 s # # Linux-only dependencies PyScreeze ; sys_platform == 'linux' -pillow>=11.0 ; sys_platform == 'linux' # Python 3.13 support # Necessary for PyScreeze. For unknown reasons it's not pulled in on CI +pillow>=11.0 ; sys_platform == 'linux' # Python 3.13 support # Necessary for PyScreeze. For unknown reasons it's not pulled in on CI python-xlib ; sys_platform == 'linux'