Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax authored May 8, 2023
1 parent 022f824 commit 516673f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 516673f

Please sign in to comment.