Skip to content

Commit 912820f

Browse files
committed
Attempting version fix
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent b219cf5 commit 912820f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"wheel",
44
"setuptools",
5-
"torch>=2.4.1",
5+
"torch>=2.5.1",
66
"ninja",
77
"packaging"
88
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
torch>=2.4.1; platform_system != "Windows"
2-
torch>=2.4.1, !=2.7.0; platform_system == "Windows"
1+
torch>=2.5.1; platform_system != "Windows"
2+
torch>=2.5.1, !=2.7.0; platform_system == "Windows"
33
numpy>=1.24,<3.0

0 commit comments

Comments
 (0)