Skip to content

Commit

Permalink
Adds nx-cugraph, removes networkx in favor of using networkx version …
Browse files Browse the repository at this point in the history
…installed via nx-cugraph.
  • Loading branch information
rlratzel committed Feb 21, 2024
1 parent 6783123 commit 758940b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ requirements:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- cupy {{ cupy_version }}
- nccl {{ nccl_version }}
- networkx {{ networkx_version }}
- numba {{ numba_version }}
- numpy {{ numpy_version }}
- nvtx {{ nvtx_version }}
- python
- cudf ={{ major_minor_version }}.*
- cugraph ={{ major_minor_version }}.*
- nx-cugraph ={{ major_minor_version }}.*
- cuml ={{ major_minor_version }}.*
- cucim ={{ major_minor_version }}.*
- cuspatial ={{ major_minor_version }}.*
Expand Down
2 changes: 0 additions & 2 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ cupy_version:
- '>=12.0.0'
nccl_version:
- '>=2.9.9,<3.0a0'
networkx_version:
- '>=2.5.1'
numba_version:
- '>=0.57'
numpy_version:
Expand Down

0 comments on commit 758940b

Please sign in to comment.