Skip to content

Commit

Permalink
Lowered numpy version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
albarji committed Aug 22, 2021
1 parent 27c800f commit 0091730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description_content_type="text/markdown",
packages=['guertena'],
install_requires=[
'numpy>=1.20,<2',
'numpy>=1.19,<2',
'torch>=1.9,<2',
'torchvision>=0.10,<1'
],
Expand Down

0 comments on commit 0091730

Please sign in to comment.