Skip to content

Commit 57ae2ff

Browse files
Update dependency torch to v2 [SECURITY]
1 parent b295931 commit 57ae2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
exec(f.read(), version_file)
2424

2525
install_requires = [
26-
"torch>=1.2,<2.1; sys_platform != 'win32'",
26+
"torch>=2.6.0,<2.7; sys_platform != 'win32'",
2727
"tqdm>=4.23",
2828
"numpy>=1.13",
2929
"scipy>=1.3.3",

0 commit comments

Comments
 (0)