Skip to content

Commit

Permalink
Pin numpy to 1.26.4 to avoid breaking incomaptibility of 2.0.0 with t…
Browse files Browse the repository at this point in the history
…orch.
  • Loading branch information
tanujjain committed Jul 2, 2024
1 parent 837d86a commit 68d65f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
long_description=long_description,
license='Apache 2.0',
install_requires=[
'numpy==1.26.4',
'torch',
'torchvision',
'Pillow>=9.0',
Expand Down

0 comments on commit 68d65f3

Please sign in to comment.