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 b219cf5 commit 912820fCopy full SHA for 912820f
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
"wheel",
4
"setuptools",
5
- "torch>=2.4.1",
+ "torch>=2.5.1",
6
"ninja",
7
"packaging"
8
]
requirements.txt
@@ -1,3 +1,3 @@
1
-torch>=2.4.1; platform_system != "Windows"
-torch>=2.4.1, !=2.7.0; platform_system == "Windows"
+torch>=2.5.1; platform_system != "Windows"
+torch>=2.5.1, !=2.7.0; platform_system == "Windows"
numpy>=1.24,<3.0
0 commit comments