diff options
author | Marvin | 2023-09-05 13:33:13 +0200 |
---|---|---|
committer | GitHub | 2023-09-05 13:33:13 +0200 |
commit | 46b23fd90f5ef9c3126ee66473b012fa715da008 (patch) | |
tree | 158fbd0db3541d9c0c9497fe0b1bf6f7221cc7ff /pyproject.toml | |
parent | 93e49e708fa59613406249069d31c2f6c8f2d2ab (diff) | |
parent | 3dd8dfcf3dd8d1e127e7f8fd68224c164d9f6fb1 (diff) |
Merge pull request #29 from Algo-Boys/plot
Plot
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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" |