Add calculations
This commit is contained in:
commit
5939ce5de5
4 changed files with 3306 additions and 0 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue