Skip to content

Commit

Permalink
Merge branch 'branch-23.12' into test/test-cugraph-rmm-1095
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Nov 16, 2023
2 parents 55b69a2 + 8c104a5 commit b237099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cugraph-dgl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- dgl >=1.1.0.cu*
- numba >=0.57
- numpy >=1.21
- pylibcugraphops ={{ version }}
- pylibcugraphops ={{ minor_version }}
- python
- pytorch

Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cugraph-pyg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ requirements:
- python
- scikit-build >=0.13.1
run:
- rapids-dask-dependency ={{ version }}
- rapids-dask-dependency ={{ minor_version }}
- numba >=0.57
- numpy >=1.21
- python
- pytorch >=2.0
- cupy >=12.0.0
- cugraph ={{ version }}
- pylibcugraphops ={{ version }}
- pylibcugraphops ={{ minor_version }}
- pyg >=2.3,<2.4

tests:
Expand Down

0 comments on commit b237099

Please sign in to comment.