Skip to content

Commit ba6471b

Browse files
committed
Remove matplotlib dependency for now
1 parent ef6b5e9 commit ba6471b

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
@@ -16,7 +16,7 @@
1616
packages=find_packages(exclude=['test']),
1717
python_requires='>=3.5',
1818
install_requires=[
19-
'matplotlib',
19+
# 'matplotlib',
2020
'traitlets',
2121
'ipython'
2222
],

0 commit comments

Comments
 (0)