diff --git a/setup.py b/setup.py index 44bb628..76b72e2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ zip_safe=False, install_requires=[ 'pyro-ppl>=1.6.0', - 'matplotlib>=3.2,<3.4', + 'matplotlib>=3.2', 'torchvision>=0.7.0' ], classifiers=['Programming Language :: Python',