This commit is contained in:
R Dittberner 2026-05-13 07:32:51 +02:00
parent 153f5872ab
commit 4967a82c13
2 changed files with 379 additions and 0 deletions

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[project]
name = "calliopetrashtesting"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"matplotlib==3.11.0rc1",
]