From 1a4928f68fded17a1653b35703e73e3b62c29884 Mon Sep 17 00:00:00 2001 From: Vrutant7 Date: Fri, 9 Jan 2026 15:05:38 -0600 Subject: [PATCH] Upgrade pygame and scipy to latest compatible versions --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 879f5df2..caf331fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -pygame==2.1.2 -scipy==1.9.3 +pygame>=2.5.0 +scipy>=1.11.0 +