Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit ca9752a

Browse files
authored
[1.13] Tighten packaging versions (#1055)
1 parent 9cfa8e6 commit ca9752a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
requirements = [
29-
"torch>=1.13,<1.14",
29+
"torch>=1.13.0,<1.13.1",
3030
]
3131

3232
extras = {}

0 commit comments

Comments
 (0)