Skip to content

Commit e430d35

Browse files
committed
pyproject.toml: Make matplotlib optional with [solve_stats]
1 parent 17775ca commit e430d35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies = [
77
"argcomplete; platform_system != 'Windows'",
88
"python-dateutil",
99
"ruamel.yaml",
10-
"matplotlib",
1110
"requests",
1211
"questionary",
1312
]
@@ -17,6 +16,9 @@ requires-python = ">=3.10"
1716
dev = [
1817
"pytest",
1918
]
19+
solve_stats = [
20+
"matplotlib",
21+
]
2022

2123
[project.scripts]
2224
bt = "bapctools.cli:main"

0 commit comments

Comments
 (0)