Skip to content

Commit 7ac5b37

Browse files
Update torch requirement from <2.4,>=2.2.0 to >=2.2.0,<2.7
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.2.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38d4b36 commit 7ac5b37

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
@@ -25,7 +25,7 @@ dependencies = [
2525
"numpy>=1.26.4,<2.3.0",
2626
"accelerate>=0.20.3,!=0.34,<1.4",
2727
"transformers>=4.45,<4.49",
28-
"torch>=2.2.0,<2.4",
28+
"torch>=2.2.0,<2.7",
2929
"tqdm>=4.66.2,<5.0",
3030
"datasets>=3.0.0,<4.0",
3131
"ninja>=1.11.1.1,<2.0",

0 commit comments

Comments
 (0)