Skip to content

Commit 9043f7e

Browse files
committed
Update pyproject toml with test dependencies
1 parent ced4332 commit 9043f7e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "harp-python"
33
authors = [
44
{name = "Goncalo Lopes", email = "g.lopes@neurogears.org"}
55
]
6-
description = "A low-level interface to loading binary Harp protocol data"
6+
description = "A low-level interface for loading binary Harp protocol data"
77
readme = "README.md"
88
requires-python = ">=3.9.0"
99
dynamic = ["version"]
@@ -34,7 +34,8 @@ dev = [
3434
"black"
3535
]
3636
jupyter = [
37-
"ipykernel"
37+
"ipykernel",
38+
"matplotlib"
3839
]
3940

4041
[build-system]

0 commit comments

Comments
 (0)