[fix] Non heuristic moves...
This commit is contained in:
+4
-1
@@ -2,11 +2,14 @@
|
||||
name = "connect-four-terminal"
|
||||
version = "1.0.0"
|
||||
description = "Connect Four terminal game with AI"
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.10,<3.14"
|
||||
dependencies = [
|
||||
"rich>=13.0",
|
||||
"python-dotenv>=1.0",
|
||||
"readchar>=4.0",
|
||||
"tensorflow>=2.16",
|
||||
"numpy>=2.0",
|
||||
"pygame>=2.5",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user