refactor: change dependencies and bump up the version

This commit is contained in:
Kristofers Solo 2024-01-03 17:03:57 +02:00
parent 2787058392
commit 640f928cdc
2 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
[project]
name = "2048"
version = "0.0.5"
version = "0.1.0"
description = "2048 game with AI"
authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
readme = "README.md"
requires-python = ">=3.11"
license = { text = "GPLv3" }
dependencies = [
"pygame-ce==2.3.2",
"loguru==0.7.2",
"attrs==23.1.0",
"neat-python>=0.92",
"numpy==1.26.2",
]
[tool.mypy]

View File

@ -1,5 +1,5 @@
pygame-ce>=2.3.2
loguru>=0.7.2
attrs>=23.1.0
neat-python>=0.92
numpy>=1.26.2
.