mirror of
https://github.com/kristoferssolo/2048.git
synced 2025-10-21 15:20:35 +00:00
refactor: change dependencies and bump up the version
This commit is contained in:
parent
2787058392
commit
640f928cdc
@ -1,16 +1,16 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "2048"
|
name = "2048"
|
||||||
version = "0.0.5"
|
version = "0.1.0"
|
||||||
description = "2048 game with AI"
|
description = "2048 game with AI"
|
||||||
authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
|
authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
license = { text = "GPLv3" }
|
license = { text = "GPLv3" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pygame-ce==2.3.2",
|
|
||||||
"loguru==0.7.2",
|
"loguru==0.7.2",
|
||||||
"attrs==23.1.0",
|
"attrs==23.1.0",
|
||||||
"neat-python>=0.92",
|
"neat-python>=0.92",
|
||||||
|
"numpy==1.26.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
pygame-ce>=2.3.2
|
|
||||||
loguru>=0.7.2
|
loguru>=0.7.2
|
||||||
attrs>=23.1.0
|
attrs>=23.1.0
|
||||||
neat-python>=0.92
|
neat-python>=0.92
|
||||||
|
numpy>=1.26.2
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user