Skip to content

Commit

Permalink
Support latest PyTorch release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtar authored Nov 23, 2023
1 parent 5125ccc commit 626b840
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 @@ -34,7 +34,7 @@
install_requires=[
"mpi4py>=3.0.0",
"numpy>=1.20.0",
"torch>=1.8.0, <2.0.2",
"torch>=1.8.0, <2.1.2",
"scipy>=0.14.0",
"pillow>=6.0.0",
"torchvision>=0.8.0",
Expand Down

0 comments on commit 626b840

Please sign in to comment.