File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
docs/cugraph-docs/source/installation Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ channels:
77- pyg
88dependencies :
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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments