Skip to content

Commit

Permalink
cugraph and pylibcugraphops versions need to be pinned to RAPIDS majo…
Browse files Browse the repository at this point in the history
…r.minor
  • Loading branch information
jameslamb committed Nov 4, 2024
1 parent d08b924 commit 5152fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -24,7 +24,7 @@ requirements:
- rapids-build-backend>=0.3.1,<0.4.0.dev0
- setuptools>=61.0.0
run:
- cugraph ={{ version }}
- cugraph ={{ minor_version }}
- dgl >=2.4.0.th23.cu*
- numba >=0.57
- numpy >=1.23,<3.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cugraph-pyg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requirements:
- python
- pytorch >=2.3,<2.4.0a0
- cupy >=12.0.0
- cugraph ={{ version }}
- cugraph ={{ minor_version }}
- pylibcugraphops ={{ minor_version }}
- tensordict >=0.1.2
- pytorch_geometric >=2.5,<2.6
Expand Down

0 comments on commit 5152fd8

Please sign in to comment.