From bd0d2010b9b1814b3f4883b4998040fcad35ba9e Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Thu, 2 May 2024 11:23:13 +0200
Subject: [PATCH] Set pygame-gui version to exactly 0.6.9 as 0.6.10 tries to
 import a missing import from pygame

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 32e77333..88c10d26 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ requirements = [
     "scipy>=1.11.4",
     "pytest>=3",
     "pyyaml>=6.0.1",
-    "pygame-gui>=0.6.9",
+    "pygame-gui==0.6.9",
     "pydantic>=2.6.3",
     "fastapi>=0.109.2",
     "uvicorn>=0.27.0",
-- 
GitLab