fix: minor issues in Snapshot class

This commit is contained in:
2025-10-22 22:11:28 +02:00
parent 73d815b625
commit 14c9fcdedb
3 changed files with 75 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ description = "Rally racing game for ML"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"numpy>=2.3.4",
"pygame>=2.6.1",
"pyqt6>=6.9.1",
"qasync>=0.28.0",