Skip to content

Commit a6b107c

Browse files
chore(deps-dev): update torch requirement from >=2.9.1 to >=2.11.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@ciflow/torchtitan/163335...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 280f272 commit a6b107c

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
@@ -178,6 +178,6 @@ addopts = "-v --tb=short"
178178
[dependency-groups]
179179
predictions = [
180180
"chronos-forecasting>=2.2.2",
181-
"torch>=2.9.1",
181+
"torch>=2.11.0",
182182
]
183183

0 commit comments

Comments
 (0)