Skip to content

Commit c5b9a2a

Browse files
committed
update dependencies.yaml
1 parent 6a82b3d commit c5b9a2a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

conda/environments/all_cuda-130_arch-x86_64.yaml renamed to conda/environments/all_cuda-131_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
- pyg
88
dependencies:
99
- breathe>=4.35
10-
- cuda-version=13.0
10+
- cuda-version=13.1
1111
- cugraph-pyg==26.2.*,>=0.0.0a0
1212
- cugraph==26.2.*,>=0.0.0a0
1313
- doxygen
@@ -26,4 +26,4 @@ dependencies:
2626
- sphinx-copybutton
2727
- sphinx-markdown-tables
2828
- sphinxcontrib-websupport
29-
name: all_cuda-130_arch-x86_64
29+
name: all_cuda-131_arch-x86_64

dependencies.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ files:
44
output: [conda]
55
matrix:
66
# docs are only built on the latest CUDA version RAPIDS supports
7-
cuda: ["13.0"]
7+
cuda: ["13.1"]
88
arch: [x86_64]
99
includes:
1010
- checks
@@ -57,6 +57,10 @@ dependencies:
5757
cuda: "13.0"
5858
packages:
5959
- cuda-version=13.0
60+
- matrix:
61+
cuda: "13.1"
62+
packages:
63+
- cuda-version=13.1
6064

6165
docs:
6266
common:

docs/cugraph-docs/source/installation/source_build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ vi ./etc/conda/activate.d/env_vars.sh
192192
193193
#!/bin/bash
194194
# for CUDA 13.x
195-
export PATH=/usr/local/cuda-13.0/bin:$PATH
196-
export LD_LIBRARY_PATH=/usr/local/cuda-13.0/lib64:$LD_LIBRARY_PATH
195+
export PATH=/usr/local/cuda-13.1/bin:$PATH
196+
export LD_LIBRARY_PATH=/usr/local/cuda-13.1/lib64:$LD_LIBRARY_PATH
197197
```
198198

199199
```

0 commit comments

Comments
 (0)