Update Python dependencies.
This commit is contained in:
parent
79cc208875
commit
82452c0751
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]
|
||||
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"
|
||||
numpy = "^2.1.3"
|
||||
tqdm = "^4.67.1"
|
||||
parse = "^1.20.2"
|
||||
scipy = "^1.14.1"
|
||||
sympy = "^1.13.3"
|
||||
networkx = "^3.4.2"
|
||||
pandas = "^2.2.3"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
holt59-aoc = "holt59.aoc.__main__:main"
|
||||
@ -36,15 +36,15 @@ lint-all.sequence = [
|
||||
lint-all.ignore_fail = "return_non_zero"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
flake8 = "^6.1.0"
|
||||
flake8 = "^7.1.1"
|
||||
flake8-black = "^0.3.6"
|
||||
black = "^23.12.0"
|
||||
pyright = "^1.1.341"
|
||||
mypy = "^1.7.1"
|
||||
black = "^24.10.0"
|
||||
pyright = "^1.1.389"
|
||||
mypy = "^1.13.0"
|
||||
isort = "^5.13.2"
|
||||
ruff = "^0.1.8"
|
||||
poethepoet = "^0.24.4"
|
||||
ipykernel = "^6.27.1"
|
||||
ipykernel = "^6.29.5"
|
||||
networkx-stubs = "^0.0.1"
|
||||
|
||||
[build-system]
|
||||
|
Loading…
Reference in New Issue
Block a user