Skip to content

Commit 3ea232a

Browse files
Update torch requirement from <2.7.0,>=2.3.1 to >=2.3.1,<2.9.0
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.3.1...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 d83d028 commit 3ea232a

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
@@ -29,7 +29,7 @@ dependencies = [
2929
"scipy>=1.10.0",
3030
"sentence-transformers>=3.4.0,<3.5.0",
3131
"tokenizers>=0.20.0",
32-
"torch>=2.3.1,<2.7.0",
32+
"torch>=2.3.1,<2.9.0",
3333
"tqdm>=4.67.0",
3434
"transformers>=4.48.3,<4.50.0",
3535
"peft==0.14.0",

0 commit comments

Comments
 (0)