Skip to content

Commit

Permalink
Bump dgl version and use newer wheels repo URL
Browse files Browse the repository at this point in the history
Signed-off-by: Will Killian <wkillian@nvidia.com>
  • Loading branch information
willkill07 committed Feb 27, 2025
1 parent 98e4f81 commit 8228845
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions conda/environments/all_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,10 @@ dependencies:
- yapf=0.43
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels-test/repo.html
- --find-links https://data.dgl.ai/wheels/cu121/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.1.0
- dgl==2.4.0
- dglgo
- faiss-cpu
- google-search-results==2.4
Expand Down
5 changes: 2 additions & 3 deletions conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,10 @@ dependencies:
- yapf=0.43
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels-test/repo.html
- --find-links https://data.dgl.ai/wheels/cu121/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.1.0
- dgl==2.4.0
- dglgo
- faiss-cpu
- google-search-results==2.4
Expand Down
5 changes: 2 additions & 3 deletions conda/environments/examples_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@ dependencies:
- websockets
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels-test/repo.html
- --find-links https://data.dgl.ai/wheels/cu121/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.1.0
- dgl==2.4.0
- dglgo
- faiss-cpu
- google-search-results==2.4
Expand Down
5 changes: 2 additions & 3 deletions conda/environments/examples_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,10 @@ dependencies:
- websockets
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels-test/repo.html
- --find-links https://data.dgl.ai/wheels/cu121/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.1.0
- dgl==2.4.0
- dglgo
- faiss-cpu
- google-search-results==2.4
Expand Down
5 changes: 2 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,8 @@ dependencies:
- &cuml cuml=25.02.*
- pip
- pip:
- --find-links https://data.dgl.ai/wheels/cu121/repo.html
- --find-links https://data.dgl.ai/wheels-test/repo.html
- dgl==2.1.0
- --find-links https://data.dgl.ai/wheels/torch-2.4/repo.html
- dgl==2.4.0
- dglgo

example-abp-nvsmi:
Expand Down

0 comments on commit 8228845

Please sign in to comment.