Skip to content

Commit

Permalink
[1.13] Tighten packaging versions (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
zou3519 authored Oct 25, 2022
1 parent 9cfa8e6 commit ca9752a
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 @@ -26,7 +26,7 @@


requirements = [
"torch>=1.13,<1.14",
"torch>=1.13.0,<1.13.1",
]

extras = {}
Expand Down

0 comments on commit ca9752a

Please sign in to comment.