Skip to content

Commit b05dfc6

Browse files
build: update torch requirement from <2.9.0,>=2.7.0 to >=2.7.0,<2.12.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](https://github.com/pytorch/pytorch/commits/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 b210fdb commit b05dfc6

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
@@ -246,7 +246,7 @@ evaluation = [
246246
# Intel extension is tightly coupled with the torch version
247247
intel = [
248248
"intel-extension-for-pytorch>=2.7.0",
249-
"torch>=2.7.0,<2.9.0",
249+
"torch>=2.7.0,<2.12.0",
250250
"torchvision>=0.22.0,<0.24.0",
251251
]
252252
kvpress = [

0 commit comments

Comments
 (0)