Files
algorithms-26/pyproject.toml

11 lines
200 B
TOML

[project]
name = "algorithms"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"icecream>=2.2.0",
"numpy>=2.4.2",
]