Skip to content

Commit

Permalink
Merge pull request #35 from ziatdinovmax/fixed_install
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
ziatdinovmax authored Nov 24, 2023
2 parents 022f824 + 516673f commit ff94e41
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 ff94e41

Please sign in to comment.