From e8ab8059cdc0d1194341f5fc185ed38c49dbf26f Mon Sep 17 00:00:00 2001 From: Theasacraft <91694323+Thesacraft@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:18:24 +0200 Subject: [PATCH] Update requirements.txt to support python 3.12 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 93936d66..0456b920 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ humanfriendly==10.0 opencv_python>=4.8.0.74,<=4.9.0.80 Pillow==10.3.0 pillow_avif_plugin>=1.3.1,<=1.4.3 -PySide6>=6.5.1.1,<=6.7 -PySide6_Addons>=6.5.1.1,<=6.7 -PySide6_Essentials>=6.5.1.1,<=6.7 +PySide6>=6.5.1.1,<=6.6.3.1 +PySide6_Addons>=6.5.1.1,<=6.6.3.1 +PySide6_Essentials>=6.5.1.1,<=6.6.3.1 typing_extensions>=3.10.0.0,<=4.11.0 ujson>=5.8.0,<=5.9.0