2023 day 24.

This commit is contained in:
Mikaël Capelle
2023-12-25 10:36:29 +01:00
parent bcadb68189
commit 57bf025622
5 changed files with 1305 additions and 4 deletions

View File

@@ -11,6 +11,11 @@ packages = [{ include = "holt59", from = "src" }]
python = "^3.10"
numpy = "^1.26.2"
tqdm = "^4.66.1"
parse = "^1.20.0"
scipy = "^1.11.4"
ortools = "^9.8.3296"
sympy = "^1.12"
networkx = "^3.2.1"
[tool.poetry.scripts]
holt59-aoc = "holt59.aoc.__main__:main"
@@ -39,6 +44,7 @@ mypy = "^1.7.1"
isort = "^5.13.2"
ruff = "^0.1.8"
poethepoet = "^0.24.4"
ipykernel = "^6.27.1"
[build-system]
requires = ["poetry-core"]