Skip to content

Commit 4d06ced

Browse files
deps: update torch requirement from <2.10.0,>=2.4.0 to >=2.4.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](pytorch/pytorch@v2.4.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 30eef06 commit 4d06ced

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
@@ -21,7 +21,7 @@ authors = [
2121
dependencies = [
2222
"numpy>=2.0.0,<2.4.0",
2323
"pandas>=2.0.0,<2.4.0",
24-
"torch>=2.4.0,<2.10.0",
24+
"torch>=2.4.0,<2.12.0",
2525
"tqdm>=4.61.0,<4.68.0",
2626
"numba>=0.59.0,<0.64.0",
2727
"gemmi>=0.5.0,<0.8.0",

0 commit comments

Comments
 (0)