Skip to content

Commit

Permalink
cugraph-dgl notebooks need ogb too
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 1, 2024
1 parent bacc583 commit 1aa2a85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- numba>=0.57
- numpy>=1.23,<3.0a0
- numpydoc
- ogb
- pandas
- pre-commit
- pydantic
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies:
- numba>=0.57
- numpy>=1.23,<3.0a0
- numpydoc
- ogb
- pandas
- pre-commit
- pydantic
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-124_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies:
- numba>=0.57
- numpy>=1.23,<3.0a0
- numpydoc
- ogb
- pandas
- pre-commit
- pydantic
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ dependencies:
- ipython
- nbconvert
- notebook>=0.5.0
- ogb
test_python_common:
common:
- output_types: [conda, pyproject]
Expand Down

0 comments on commit 1aa2a85

Please sign in to comment.