From 57f8e8c6aa58eea0903c326c2f88e5c4c5a1bdb4 Mon Sep 17 00:00:00 2001 From: Avasam Date: Thu, 17 Oct 2024 11:25:01 -0400 Subject: [PATCH] Update scripts/install.ps1 --- scripts/install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 3fb39051..a6ab3e1c 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -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