Skip to content

Commit e78b011

Browse files
chore(deps): update torch requirement
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.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9be8f19 commit e78b011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"pillow>=10.0.0",
3939
"requests",
4040
"scipy",
41-
"torch>=2.2.0,<2.11.0",
41+
"torch>=2.2.0,<2.12.0",
4242
"torchvision",
4343
"transformers>=5.2.0,<6.0.0",
4444
]

0 commit comments

Comments
 (0)