From b8888c6cbb33a4e876a03543007e8fa83faadc46 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Mon, 21 Oct 2024 07:05:40 -0700 Subject: [PATCH] Revert "Reapply "Reapply "Add missing lines for cuda suffixed packages""" This reverts commit a411ddf39530c9e5b3095e9c9e319745783066aa. --- dependencies.yaml | 14 -------------- python/nx-cugraph/pyproject.toml | 1 - 2 files changed, 15 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 4ca189f75..f73ec5662 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -191,17 +191,3 @@ dependencies: # pip recognizes the index as a global option for the requirements.txt file - --extra-index-url=https://pypi.nvidia.com - --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple - specific: - - output_types: [requirements, pyproject] - matrices: - - matrix: - cuda: "12.*" - cuda_suffixed: "true" - packages: - - pylibcugraph-cu12==24.12.*,>=0.0.0a0 - - matrix: - cuda: "11.*" - cuda_suffixed: "true" - packages: - - pylibcugraph-cu11==24.12.*,>=0.0.0a0 - - {matrix: null, packages: [*pylibcugraph_unsuffixed]} diff --git a/python/nx-cugraph/pyproject.toml b/python/nx-cugraph/pyproject.toml index d145aa549..e7fe93e8d 100644 --- a/python/nx-cugraph/pyproject.toml +++ b/python/nx-cugraph/pyproject.toml @@ -35,7 +35,6 @@ dependencies = [ "cupy-cuda11x>=12.0.0", "networkx>=3.0", "numpy>=1.23,<3.0a0", - "pylibcugraph==24.12.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project.optional-dependencies]