Skip to content

Commit

Permalink
Support latest PyTorch release
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito authored and github-actions[bot] committed Apr 30, 2024
1 parent f465ef0 commit bbdabe5
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 @@ -35,7 +35,7 @@
install_requires=[
"mpi4py>=3.0.0",
"numpy>=1.22.0",
"torch>=1.11.0, <2.2.3",
"torch>=1.11.0, <2.3.1",
"scipy>=1.10.0",
"pillow>=6.0.0",
"torchvision>=0.12.0",
Expand Down

0 comments on commit bbdabe5

Please sign in to comment.