Skip to content

Commit 87c2edf

Browse files
committed
Remove torch 2.3 pip url for dgl
Signed-off-by: David Gardner <[email protected]>
1 parent 20af773 commit 87c2edf

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

conda/environments/all_cuda-128_arch-aarch64.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ dependencies:
128128
- yapf=0.43
129129
- pip:
130130
- --extra-index-url https://download.pytorch.org/whl/cu124
131-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
132131
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
133132
- databricks-cli < 0.100
134133
- databricks-connect

conda/environments/all_cuda-128_arch-x86_64.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ dependencies:
134134
- yapf=0.43
135135
- pip:
136136
- --extra-index-url https://download.pytorch.org/whl/cu124
137-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
138137
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
139138
- databricks-cli < 0.100
140139
- databricks-connect

conda/environments/examples_cuda-128_arch-aarch64.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ dependencies:
6868
- yaml=0.2
6969
- pip:
7070
- --extra-index-url https://download.pytorch.org/whl/cu124
71-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
7271
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
7372
- databricks-cli < 0.100
7473
- databricks-connect

conda/environments/examples_cuda-128_arch-x86_64.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ dependencies:
7070
- yaml=0.2
7171
- pip:
7272
- --extra-index-url https://download.pytorch.org/whl/cu124
73-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
7473
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
7574
- databricks-cli < 0.100
7675
- databricks-connect

dependencies.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ dependencies:
559559
- &cuml cuml=25.02.*
560560
- pip
561561
- pip:
562-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
563562
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
564563
- dgl
565564

0 commit comments

Comments
 (0)