Skip to content

Commit 0d818c3

Browse files
authored
remove cugraph-pyg and wholegraph configuration (#5237)
This project no longer has any dependency on `cugraph-pyg` or `pylibwholegraph`. This removes some lingering configuration for them in `dependencies.yaml` and `update-version.sh`. ## Notes for Reviewers Discovered while working on #5236. Getting this merged soon would make the diff there a bit smaller. Found like this: ```shell git grep -i pyg git grep -i wholegraph ``` Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Brad Rees (https://github.com/BradReesWork) - Kyle Edwards (https://github.com/KyleFromNVIDIA) - Bradley Dice (https://github.com/bdice) URL: #5237
1 parent 6ca16f4 commit 0d818c3

2 files changed

Lines changed: 0 additions & 40 deletions

File tree

ci/release/update-version.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ NEXT_UCXX_SHORT_TAG_PEP440=$(python -c "from packaging.version import Version; p
4747
DEPENDENCIES=(
4848
cudf
4949
cugraph
50-
cugraph-pyg
5150
cugraph-service-server
5251
cugraph-service-client
5352
cuxfilter
@@ -61,7 +60,6 @@ DEPENDENCIES=(
6160
librmm
6261
pylibcudf
6362
pylibcugraph
64-
pylibwholegraph
6563
pylibraft
6664
pyraft
6765
raft-dask

dependencies.yaml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -511,25 +511,6 @@ dependencies:
511511
packages:
512512
- cugraph-cu12==25.10.*,>=0.0.0a0
513513
- {matrix: null, packages: [*cugraph_unsuffixed]}
514-
depends_on_cugraph_pyg:
515-
common:
516-
- output_types: conda
517-
packages:
518-
- &cugraph_pyg_unsuffixed cugraph-pyg==25.10.*,>=0.0.0a0
519-
- output_types: requirements
520-
packages:
521-
# pip recognizes the index as a global option for the requirements.txt file
522-
- --extra-index-url=https://pypi.nvidia.com
523-
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
524-
specific:
525-
- output_types: [requirements, pyproject]
526-
matrices:
527-
- matrix:
528-
cuda: "12.*"
529-
cuda_suffixed: "true"
530-
packages:
531-
- cugraph-pyg-cu12==25.10.*,>=0.0.0a0
532-
- {matrix: null, packages: [*cugraph_pyg_unsuffixed]}
533514
depends_on_cugraph_service_client:
534515
common:
535516
- output_types: [conda, requirements, pyproject]
@@ -583,25 +564,6 @@ dependencies:
583564
- &pytorch_pip torch>=2.3
584565
- &tensordict tensordict>=0.1.2
585566
- {matrix: null, packages: [*pytorch_pip, *tensordict]}
586-
depends_on_pylibwholegraph:
587-
common:
588-
- output_types: conda
589-
packages:
590-
- &pylibwholegraph_unsuffixed pylibwholegraph==25.10.*,>=0.0.0a0
591-
- output_types: requirements
592-
packages:
593-
# pip recognizes the index as a global option for the requirements.txt file
594-
- --extra-index-url=https://pypi.nvidia.com
595-
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
596-
specific:
597-
- output_types: [requirements, pyproject]
598-
matrices:
599-
- matrix:
600-
cuda: "12.*"
601-
cuda_suffixed: "true"
602-
packages:
603-
- pylibwholegraph-cu12==25.10.*,>=0.0.0a0
604-
- {matrix: null, packages: [*pylibwholegraph_unsuffixed]}
605567
depends_on_libcudf:
606568
common:
607569
- output_types: conda

0 commit comments

Comments
 (0)