Skip to content

Commit

Permalink
Revert "Reapply "Reapply "Add missing lines for cuda suffixed package…
Browse files Browse the repository at this point in the history
…s"""

This reverts commit a411ddf.
  • Loading branch information
nv-rliu committed Oct 21, 2024
1 parent a411ddf commit b8888c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
1 change: 0 additions & 1 deletion python/nx-cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b8888c6

Please sign in to comment.