We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b295931 commit 0736096Copy full SHA for 0736096
setup.py
@@ -23,7 +23,7 @@
23
exec(f.read(), version_file)
24
25
install_requires = [
26
- "torch>=1.2,<2.1; sys_platform != 'win32'",
+ "torch>=2.7,<3; sys_platform != 'win32'",
27
"tqdm>=4.23",
28
"numpy>=1.13",
29
"scipy>=1.3.3",
0 commit comments