2023 day 24.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user