Skip to content

Commit

Permalink
Bump PySide6-Essentials to 6.8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 25, 2024
1 parent ecda468 commit 5882529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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'

0 comments on commit 5882529

Please sign in to comment.