2024 day 13.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mikaël Capelle
2024-12-13 09:15:23 +01:00
parent 30e0bb3665
commit 67e41503c9
5 changed files with 1381 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ scipy = "^1.14.1"
sympy = "^1.13.3"
networkx = "^3.4.2"
pandas = "^2.2.3"
more-itertools = "^10.5.0"
[tool.poetry.group.dev.dependencies]
pyright = "^1.1.389"