From 7ec29228b5eb193c33c3da6a22345df488a6b9c7 Mon Sep 17 00:00:00 2001 From: Theasacraft <91694323+Thesacraft@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:15:17 +0200 Subject: [PATCH 1/2] Update requirements.txt to also support python3.12 --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0ce28a21..93936d66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ humanfriendly==10.0 -opencv_python==4.8.0.74 +opencv_python>=4.8.0.74,<=4.9.0.80 Pillow==10.3.0 -pillow_avif_plugin==1.3.1 -PySide6==6.5.1.1 -PySide6_Addons==6.5.1.1 -PySide6_Essentials==6.5.1.1 -typing_extensions==3.10.0.0 -ujson==5.8.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 +typing_extensions>=3.10.0.0,<=4.11.0 +ujson>=5.8.0,<=5.9.0 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 2/2] 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