Skip to content

Commit c3a698c

Browse files
authored
Remove restrictions on matplotlib version
1 parent f842ebf commit c3a698c

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
@@ -27,7 +27,7 @@
2727
zip_safe=False,
2828
install_requires=[
2929
'pyro-ppl>=1.6.0',
30-
'matplotlib>=3.2,<3.4',
30+
'matplotlib>=3.2',
3131
'torchvision>=0.7.0'
3232
],
3333
classifiers=['Programming Language :: Python',

0 commit comments

Comments
 (0)