Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove references to cugraph-ops #72

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2019-2024, NVIDIA CORPORATION.
# Copyright (c) 2019-2025, NVIDIA CORPORATION.

# cugraph build script

Expand Down Expand Up @@ -94,7 +94,7 @@ fi
# Build the docs
# C/C++?CUDA libraries
if hasArg docs || buildDefault; then
PROJ_LIST=("libcugraph libcugraphops libwholegraph")
PROJ_LIST=("libcugraph libwholegraph")
for PROJECT in ${PROJ_LIST}; do
echo "PROJECT IS ${PROJECT}"
XML_DIR="${REPODIR}/docs/cugraph-docs/${PROJECT}"
Expand Down
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)"

rapids-print-env

PROJ_LIST=("libcugraph libcugraphops libwholegraph")
PROJ_LIST=("libcugraph libwholegraph")

for PROJECT in ${PROJ_LIST}; do
rapids-logger "Download ${PROJECT} xml_tar"
Expand Down
2 changes: 0 additions & 2 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ DEPENDENCIES=(
cugraph-pyg
libcugraph
libcugraph_etl
libcugraphops
nx-cugraph
pylibcugraph
pylibcugraphops
pylibwholegraph
)
for DEP in "${DEPENDENCIES[@]}"; do
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies:
- pre-commit
- pydata-sphinx-theme
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
- recommonmark
- sphinx-copybutton
Expand Down
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ dependencies:
- libcugraph==25.2.*,>=0.0.0a0
- libcugraph_etl==25.2.*,>=0.0.0a0
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/index.old

This file was deleted.

11 changes: 0 additions & 11 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/index.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/python/index.old

This file was deleted.

13 changes: 0 additions & 13 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/python/index.rst

This file was deleted.

This file was deleted.

Loading
Loading