Skip to content

Commit b496e93

Browse files
Update torch requirement from >=2.0 to >=2.11.0 in /python
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/88196...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 1d27e9b commit b496e93

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

python/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ dependencies = [
2626
]
2727

2828
[project.optional-dependencies]
29-
torch = ["torch>=2.0"]
29+
torch = ["torch>=2.11.0"]
3030
ray = ["ray[data]>=2.55.1"]
31-
pytorch-geometric = ["torch-geometric>=2.4", "torch>=2.0"]
31+
pytorch-geometric = ["torch-geometric>=2.4", "torch>=2.11.0"]
3232
otel = [
3333
"opentelemetry-api>=1.41.0",
3434
"opentelemetry-sdk>=1.20",
3535
"opentelemetry-exporter-otlp>=1.20",
3636
]
37-
all = ["torch>=2.0", "ray[data]>=2.55.1", "torch-geometric>=2.4"]
37+
all = ["torch>=2.11.0", "ray[data]>=2.55.1", "torch-geometric>=2.4"]
3838

3939
[project.scripts]
4040
aethergraph = "aethergraph.cli:main"
@@ -98,7 +98,7 @@ dev = [
9898
"ruff>=0.15.12",
9999
]
100100
test = [
101-
"torch>=2.9.1",
101+
"torch>=2.11.0",
102102
"torch-geometric>=2.7.0",
103103
"ray[data]>=2.55.1",
104104
]

0 commit comments

Comments
 (0)