We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6766b8 commit b15584dCopy full SHA for b15584d
setup.py
@@ -18,7 +18,7 @@
18
author_email='erroneus@gmail.com',
19
packages=packages,
20
install_requires=[
21
- 'imageio', 'matplotlib', 'progressbar2', 'scipy', 'sklearn',
+ 'imageio', 'matplotlib==2.2.3', 'progressbar2', 'scipy', 'sklearn',
22
'torchvision', 'visdom', 'pyyaml', 'sphinxcontrib-napoleon'],
23
entry_points={
24
'console_scripts': [
0 commit comments