diff --git a/main.py b/main.py index 269b1d38..858219b5 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ windowSize = 640, 480 - +print("All those") def main(): pygame.mixer.pre_init(44100, -16, 2, 4096) # Set audio optons diff --git a/requirements.txt b/requirements.txt index 879f5df2..6fcca606 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -pygame==2.1.2 -scipy==1.9.3 +pygame>=2.1.2 +scipy>=1.10 +