We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218c60e commit c5d083cCopy full SHA for c5d083c
1 file changed
setup.py
@@ -29,7 +29,8 @@
29
'pytest',
30
'pytest-cov',
31
'flake8',
32
- 'nbformat' # used in tests
+ 'nbformat',
33
+ 'matplotlib',
34
]
35
36
devRequirements = [
0 commit comments