update workflow, fix huge memory leak

This commit is contained in:
Yonokid
2025-05-02 15:56:00 -04:00
parent 08394cf97a
commit 6bf264a555
13 changed files with 369 additions and 115 deletions

View File

@@ -3,7 +3,7 @@ name = "pytaiko"
version = "0.1.0"
description = "Taiko no Tatsujin simulator written in python and raylib"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.11"
dependencies = [
"numpy>=2.2.5",
"opencv-python>=4.11.0.86",
@@ -13,5 +13,6 @@ dependencies = [
"ruff>=0.11.7",
"scipy>=1.15.2",
"sounddevice>=0.5.1",
"audioop-lts; python_version >= '3.13'",
"audioop-lts; python_version >= '3.13'",
"moviepy>=2.1.2",
]