We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12c47b9 + 1904faa commit ced21abCopy full SHA for ced21ab
1 file changed
setup.py
@@ -55,7 +55,7 @@
55
# --- PyTorch 2.5.1 ---
56
"torch-25": [
57
"torch==2.5.1",
58
- "torch-geometric",
+ "torch-geometric<2.8",
59
"pyg_lib",
60
"torch_scatter",
61
"torch_sparse",
@@ -66,7 +66,7 @@
66
# --- PyTorch 2.6.0 ---
67
"torch-26": [
68
"torch==2.6.0",
69
70
71
72
@@ -77,7 +77,7 @@
77
# --- PyTorch 2.7.0 ---
78
"torch-27": [
79
"torch==2.7.0",
80
81
82
83
0 commit comments