From d93375f144489d56ab59a5c8eeb7ddc963a4e5f6 Mon Sep 17 00:00:00 2001 From: Cole Manning // RVRX Date: Tue, 27 Sep 2022 12:21:30 -0400 Subject: [PATCH] fix: non-existant pygame version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40f2f38..ae299b3 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def do(msg="", cmd=""): PIP_INSTALL_LIST = [ "gpiozero", 'pillow', - "'pygame>=2.1.2'", + "pygame>=2.0.2", ] if sys.argv[1] == 'install':