Skip to content
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ repos:
# Don't have strict linting for miscellaneous code
args: [--extend-exclude, "benchmarks/,ci/,notebooks/"]
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.18.1
rev: v1.19.0
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ channels:
- rapidsai
- rapidsai-nightly
- conda-forge
- nvidia
dependencies:
- cuda-version=12.8
- cudf==25.8.*,>=0.0.0a0
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ channels:
- rapidsai
- rapidsai-nightly
- conda-forge
- nvidia
dependencies:
- cuda-version=12.8
- cudf==25.8.*,>=0.0.0a0
Expand Down
4 changes: 1 addition & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ files:
- depends_on_cudf
- test_python_common
- test_python_nx_cugraph

channels:
- rapidsai
- rapidsai-nightly
- conda-forge
- nvidia
dependencies:
checks:
common:
Expand Down Expand Up @@ -164,7 +162,7 @@ dependencies:
common:
- output_types: [conda, pyproject, requirements]
packages:
# not needed by nx-cugraph tests, but is required for running networkx tests
# not needed by nx-cugraph tests, but is required for running networkx tests
- pytest-mpl
depends_on_cupy:
common:
Expand Down