7 lines
133 B
TOML
7 lines
133 B
TOML
[project]
|
|
name = "calliopetrashtesting"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"matplotlib==3.11.0rc1",
|
|
]
|