From e2a12f00eca9ed6b3c64f56cd21714c075a98e50 Mon Sep 17 00:00:00 2001 From: Marcos Del Sol Vives Date: Tue, 17 Dec 2024 19:59:45 +0100 Subject: [PATCH] Update wxPython to >=4.2.1 - fixes #10577 wxPython 4.2.1 fixes the dependency on the broken attrdict3 package, as per their issue tracker: https://github.com/wxWidgets/Phoenix/issues/2225#issuecomment-1596190592 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b32109a2..3ede7e0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -wxPython>=4.0,<4.2.0 ; platform_system=="Linux" # See https://github.com/wxWidgets/Phoenix/issues/2225 -wxPython==4.2.0 ; platform_system!="Linux" +wxPython>=4.2.1 # Fixes https://github.com/wxWidgets/Phoenix/issues/2225 pyserial requests pywin32; platform_system=="Windows"