Skip to content

Commit d55fc5f

Browse files
committed
MNT add matplotlib to the 'tests' dependency group (#31)
1 parent a1be911 commit d55fc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlresearch/_min_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"imbalanced-learn": (IMBLEARN_MIN_VERSION, "install"),
1717
"rich": (RICH_MIN_VERSION, "install"),
1818
"requests": ("2.26.0", "install"),
19-
"matplotlib": (MATPLOTLIB_MIN_VERSION, "optional"),
19+
"matplotlib": (MATPLOTLIB_MIN_VERSION, "optional, tests"),
2020
"research-learn": ("0.3.0", "tests"),
2121
"pytest-cov": ("3.0.0", "tests"),
2222
"flake8": ("3.8.2", "tests"),

0 commit comments

Comments
 (0)