Skip to content

Commit b15584d

Browse files
committed
matplotlib version
1 parent a6766b8 commit b15584d

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
@@ -18,7 +18,7 @@
1818
author_email='erroneus@gmail.com',
1919
packages=packages,
2020
install_requires=[
21-
'imageio', 'matplotlib', 'progressbar2', 'scipy', 'sklearn',
21+
'imageio', 'matplotlib==2.2.3', 'progressbar2', 'scipy', 'sklearn',
2222
'torchvision', 'visdom', 'pyyaml', 'sphinxcontrib-napoleon'],
2323
entry_points={
2424
'console_scripts': [

0 commit comments

Comments
 (0)