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 and github-actions[bot] committed Jun 10, 2024
1 parent e1c7fdb commit 485b030
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.12.0, <2.3.1",
"torch>=1.12.0, <2.3.2",
"scipy>=1.10.0",
"pillow>=6.0.0",
"torchvision>=0.12.0",
Expand Down

0 comments on commit 485b030

Please sign in to comment.