Skip to content

Commit

Permalink
merge branch-25.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 20, 2024
2 parents 8e9fc0e + 6783aec commit f924cef
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,16 +191,11 @@ jobs:
# build-all --verbose -j$(nproc --ignore=1) -DBUILD_CUGRAPH_MG_TESTS=ON;
# sccache -s;
# telemetry-summarize:
# runs-on: ubuntu-latest
# # This job must use a self-hosted runner to record telemetry traces.
# runs-on: linux-amd64-cpu4
# needs: pr-builder
# if: always()
# if: ${{ vars.TELEMETRY_ENABLED == 'true' && !cancelled() }}
# continue-on-error: true
# steps:
# - name: Load stashed telemetry env vars
# uses: rapidsai/shared-actions/telemetry-dispatch-load-base-env-vars@main
# with:
# load_service_name: true
# - name: Telemetry summarize
# uses: rapidsai/shared-actions/telemetry-dispatch-write-summary@main
# with:
# cert_concat: "${{ secrets.OTEL_EXPORTER_OTLP_CA_CERTIFICATE }};${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE }};${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_KEY }}"
# uses: rapidsai/shared-actions/telemetry-dispatch-summarize@main
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- certifi
- cmake>=3.26.4,!=3.30.0
- cuda-nvtx
- cuda-python>=11.8.5,<12.0a0
- cuda-version=11.8
- cudatoolkit
- cudf==25.2.*,>=0.0.0a0
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- cuda-nvcc
- cuda-nvtx-dev
- cuda-profiler-api
- cuda-python>=12.6.2,<13.0a0
- cuda-version=12.5
- cudf==25.2.*,>=0.0.0a0
- cupy>=12.0.0
Expand Down
9 changes: 9 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,15 @@ dependencies:
# dataset APIs require [http] extras for use with cudf.
- fsspec[http]>=0.6.0
specific:
- output_types: [conda, requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
packages:
- cuda-python>=12.6.2,<13.0a0
- matrix: # All CUDA 11 versions
packages:
- cuda-python>=11.8.5,<12.0a0
- output_types: pyproject
matrices:
- matrix:
Expand Down
1 change: 1 addition & 0 deletions python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"cuda-python>=11.8.5,<12.0a0",
"cudf==25.2.*,>=0.0.0a0",
"cupy-cuda11x>=12.0.0",
"dask-cuda==25.2.*,>=0.0.0a0",
Expand Down

0 comments on commit f924cef

Please sign in to comment.