Skip to content

Commit f80e602

Browse files
Update torch requirement from <2.13 to <2.14 (#46)
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@v0.1.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7281ff commit f80e602

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
@@ -45,7 +45,7 @@ dependencies = [
4545
# Remove this group and the --group ci-gpu-pin references in CI once the driver is updated.
4646
# Does not affect users installing rfdetr from PyPI.
4747
ci-gpu-pin = [
48-
"torch<2.13",
48+
"torch<2.14",
4949
]
5050

5151
build = [

0 commit comments

Comments
 (0)