aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMarvin2023-09-05 13:33:13 +0200
committerGitHub2023-09-05 13:33:13 +0200
commit46b23fd90f5ef9c3126ee66473b012fa715da008 (patch)
tree158fbd0db3541d9c0c9497fe0b1bf6f7221cc7ff /pyproject.toml
parent93e49e708fa59613406249069d31c2f6c8f2d2ab (diff)
parent3dd8dfcf3dd8d1e127e7f8fd68224c164d9f6fb1 (diff)
Merge pull request #29 from Algo-Boys/plot
Plot
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 57c60c9..6f74b49 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,6 +16,7 @@ numpy = "^1.25.2"
mido = "^1.3.0"
tokenizers = "^0.13.3"
click = "^8.1.7"
+matplotlib = "^3.7.2"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"