Skip to content

Commit 80019f7

Browse files
committed
Add matplotlib as dev dependency
1 parent 897e4ea commit 80019f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def read(fname):
2424
'requests < 3.0'],
2525
extras_require={
2626
'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat',
27-
'numpy']})
27+
'numpy', 'matplotlib']})

0 commit comments

Comments
 (0)