CDS402-Mathematics-II/pyproject.toml
2025-06-29 22:00:47 +02:00

12 lines
216 B
TOML

[project]
name = "cds402-mathematics-ii"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"imageio>=2.37.0",
"matplotlib>=3.10.3",
"numpy>=2.2.5",
"pandas>=2.2.3",
"plotly>=6.1.0",
]