Skip to content

Commit 17f9bd6

Browse files
build(deps): update torch requirement
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. Updates `torch` to 2.7.1 - [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 dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e12b1fe commit 17f9bd6

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
@@ -28,7 +28,7 @@ jieba = "0.42.1"
2828
diskcache = "5.6.3"
2929
pillow = "10.4.0"
3030
filetype = "1.2.0"
31-
torch = "2.6.0"
31+
torch = "2.7.1"
3232
sentence-transformers = "4.0.2"
3333
openai = "1.72.0"
3434
tiktoken = "0.7.0"

0 commit comments

Comments
 (0)