Add calculations

This commit is contained in:
jaseg 2026-01-05 17:01:11 +01:00
commit 5939ce5de5
4 changed files with 3306 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[project]
name = "decade-box"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pulp>=3.3.0",
]
[dependency-groups]
dev = [
"jupyter>=1.1.1",
"matplotlib>=3.10.8",
"tqdm>=4.67.1",
]