Skip to content

Commit db1d2af

Browse files
committed
Update requirements.txt
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent c6a079a commit db1d2af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
torch>=2.3.0,<2.6; sys_platform != 'win32'
2-
torch>=2.4.1,<2.6; sys_platform == 'win32'
1+
torch>=2.3.0; sys_platform != 'win32'
2+
torch>=2.4.1; sys_platform == 'win32'
33
numpy>=1.24,<3.0

0 commit comments

Comments
 (0)