Skip to content

Commit

Permalink
Requerimientos modificados porque no tomaba la versión 4.2.0 de wxPython
Browse files Browse the repository at this point in the history
  • Loading branch information
ZombieEater committed Jan 10, 2025
1 parent cd69e1b commit 3c283b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.2 ; platform_system!="Linux"
pyserial
requests
pywin32; platform_system=="Windows"
Expand Down

0 comments on commit 3c283b2

Please sign in to comment.