Skip to content

Commit ce831b6

Browse files
Update torch requirement from <2.8,>=2.6 to >=2.6,<2.9
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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72f8b07 commit ce831b6

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,<1.17.0",
12-
"torch>=2.6,<2.8",
12+
"torch>=2.6,<2.9",
1313
"pybind11>=2.13.6,<3.1.0",
1414
"ninja~=1.11.1.4",
1515
"tyro~=0.9.18",

0 commit comments

Comments
 (0)