Skip to content

Commit cec52bf

Browse files
Update torch requirement from ~=2.6.0 to >=2.6,<2.8
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73867d5 commit cec52bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"platformdirs~=4.3.7",
1010
"numpy~=1.26.4",
1111
"scipy~=1.15.2",
12-
"torch~=2.6.0",
12+
"torch>=2.6,<2.8",
1313
"pybind11~=2.13.6",
1414
"ninja~=1.11.1.4",
1515
"tyro~=0.9.18",

0 commit comments

Comments
 (0)