diff --git a/setup.py b/setup.py index be73433..06e067a 100644 --- a/setup.py +++ b/setup.py @@ -26,9 +26,9 @@ install_requires=[ 'numpy>=1.16.5', 'matplotlib>=3.1.1', - 'torch>=1.3.1,<1.9.0', - 'pyro-ppl>=0.4.1,<1.7.0', - 'gpytorch>=0.3.6,<1.6.0', + 'torch>=1.3.1', + 'pyro-ppl>=0.4.1', + 'gpytorch>=0.3.6', 'scipy>=1.3.0' ], classifiers=['Programming Language :: Python',