Skip to content

Commit 192e581

Browse files
committed
add matplotlib optional dependency and flight analysis script
1 parent 69dad37 commit 192e581

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ test = [
2222
io = [
2323
"pyarrow",
2424
]
25+
viz = [
26+
"matplotlib",
27+
]
2528
dev = [
2629
"pytest",
2730
"pytest-cov",
2831
"pyarrow",
32+
"matplotlib",
2933
]
3034

3135
[build-system]

0 commit comments

Comments
 (0)