Skip to content

Commit

Permalink
Support latest PyTorch release (#1311)
Browse files Browse the repository at this point in the history
Co-authored-by: mtar <[email protected]>
  • Loading branch information
github-actions[bot] and mtar authored Dec 19, 2023
1 parent 3529de9 commit 266b3da
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.1.2",
"torch>=1.8.0, <2.1.3",
"scipy>=0.14.0",
"pillow>=6.0.0",
"torchvision>=0.8.0",
Expand Down

0 comments on commit 266b3da

Please sign in to comment.