Skip to content

Commit

Permalink
Update scripts/install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 17, 2024
1 parent 9ada46f commit 57f8e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ If ($IsLinux) {
&"$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'" `
"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
Expand Down

0 comments on commit 57f8e8c

Please sign in to comment.