12 lines
216 B
TOML
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",
|
|
]
|