From e35bf3fe2399d7610498f8265b8a3ca4eb60c552 Mon Sep 17 00:00:00 2001 From: rudolf Date: Wed, 18 Feb 2026 20:36:44 -0800 Subject: [PATCH] Refactor setup imports and update requirements for package consistency --- compile.py | 4 ++-- requirements.txt | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/compile.py b/compile.py index 59d5df76..4fa69e19 100644 --- a/compile.py +++ b/compile.py @@ -1,5 +1,5 @@ -from distutils.core import setup - +#from distutils.core import setup +from setuptools import setup, Extension import py2exe import glob diff --git a/requirements.txt b/requirements.txt index 879f5df2..a52fc480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,7 @@ -pygame==2.1.2 -scipy==1.9.3 +cachetools==7.0.1 +numpy==2.4.2 +packaging==26.0 +pefile==2024.8.26 +py2exe==0.14.0.0 +pygame-ce==2.5.6 +scipy==1.17.0