Skip to content

Commit ced21ab

Browse files
authored
Merge pull request #902 from sevmag/chore/pin-PyG-version
chore: cap torch-geometric below 2.8
2 parents 12c47b9 + 1904faa commit ced21ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# --- PyTorch 2.5.1 ---
5656
"torch-25": [
5757
"torch==2.5.1",
58-
"torch-geometric",
58+
"torch-geometric<2.8",
5959
"pyg_lib",
6060
"torch_scatter",
6161
"torch_sparse",
@@ -66,7 +66,7 @@
6666
# --- PyTorch 2.6.0 ---
6767
"torch-26": [
6868
"torch==2.6.0",
69-
"torch-geometric",
69+
"torch-geometric<2.8",
7070
"pyg_lib",
7171
"torch_scatter",
7272
"torch_sparse",
@@ -77,7 +77,7 @@
7777
# --- PyTorch 2.7.0 ---
7878
"torch-27": [
7979
"torch==2.7.0",
80-
"torch-geometric",
80+
"torch-geometric<2.8",
8181
"pyg_lib",
8282
"torch_scatter",
8383
"torch_sparse",

0 commit comments

Comments
 (0)