feat: matplotlib based plotting
This commit is contained in:
@@ -7,7 +7,9 @@ authors = [
|
||||
{ name = "Domenico Testa", email = "domenico.testa@gmail.com" }
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"matplotlib>=3.10.8",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
plotter = "plotter:main"
|
||||
|
||||
Reference in New Issue
Block a user