2025 day 1, ugly, lazy.

This commit is contained in:
Mikael CAPELLE
2025-12-03 17:31:03 +01:00
parent 279f6cdde2
commit b3ba0fee99
10 changed files with 4555 additions and 102 deletions

View File

@@ -8,7 +8,7 @@ readme = "README.md"
packages = [{ include = "holt59", from = "src" }]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.12"
numpy = "^2.1.3"
tqdm = "^4.67.1"
parse = "^1.20.2"
@@ -28,8 +28,8 @@ networkx-stubs = "^0.0.1"
types-networkx = "^3.4.2.20241115"
[tool.poetry.group.cplex.dependencies]
docplex = "^2.28.240"
cplex = "^22.1.1.2"
docplex = "^2.30.251"
cplex = "^22.1.2.0"
[tool.poetry.group.ortools.dependencies]
ortools = "^9.11.4210"