Skip to content

Commit fb604e8

Browse files
fix: Add ipympl to 'test' extra (#2255)
* Add ipympl>=0.3.0 to the 'test' extra environment as it is used in the notebooks as of PR #2252. The lower bound of v0.3.0 is chosen as this corresponds in time with the 'contrib' lower bound on matplotlib of matplotlib>=3.0.0. * Amends PR #2252.
1 parent b2bd3d8 commit fb604e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ test = [
9696
"pytest-benchmark[histogram]",
9797
"pytest-console-scripts>=1.4.0",
9898
"pytest-mpl",
99+
"ipympl>=0.3.0",
99100
"pydocstyle",
100101
"papermill~=2.3.4",
101102
"scrapbook~=0.5.0",

0 commit comments

Comments
 (0)