Update Python dependencies.
This commit is contained in:
parent
4821db89cc
commit
2a4f923552
1352
poetry.lock
generated
1352
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -9,13 +9,13 @@ packages = [{ include = "holt59", from = "src" }]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
numpy = "^1.26.2"
|
numpy = "^2.1.3"
|
||||||
tqdm = "^4.66.1"
|
tqdm = "^4.67.1"
|
||||||
parse = "^1.20.0"
|
parse = "^1.20.2"
|
||||||
scipy = "^1.11.4"
|
scipy = "^1.14.1"
|
||||||
ortools = "^9.8.3296"
|
sympy = "^1.13.3"
|
||||||
sympy = "^1.12"
|
networkx = "^3.4.2"
|
||||||
networkx = "^3.2.1"
|
pandas = "^2.2.3"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
holt59-aoc = "holt59.aoc.__main__:main"
|
holt59-aoc = "holt59.aoc.__main__:main"
|
||||||
@ -36,15 +36,15 @@ lint-all.sequence = [
|
|||||||
lint-all.ignore_fail = "return_non_zero"
|
lint-all.ignore_fail = "return_non_zero"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
flake8 = "^6.1.0"
|
flake8 = "^7.1.1"
|
||||||
flake8-black = "^0.3.6"
|
flake8-black = "^0.3.6"
|
||||||
black = "^23.12.0"
|
black = "^24.10.0"
|
||||||
pyright = "^1.1.341"
|
pyright = "^1.1.389"
|
||||||
mypy = "^1.7.1"
|
mypy = "^1.13.0"
|
||||||
isort = "^5.13.2"
|
isort = "^5.13.2"
|
||||||
ruff = "^0.1.8"
|
ruff = "^0.1.8"
|
||||||
poethepoet = "^0.24.4"
|
poethepoet = "^0.24.4"
|
||||||
ipykernel = "^6.27.1"
|
ipykernel = "^6.29.5"
|
||||||
networkx-stubs = "^0.0.1"
|
networkx-stubs = "^0.0.1"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
Loading…
Reference in New Issue
Block a user