@@ -70,7 +70,8 @@ dependencies:
7070 - recommonmark
7171 - sphinx-copybutton
7272 - sphinx-markdown-tables
73- - sphinx>=8
73+ # the ceiling on sphinx can be removed when https://github.com/spatialaudio/nbsphinx/issues/825 is resolved
74+ - sphinx>=8,<8.2.0
7475 - sphinxcontrib-websupport
7576
7677 # this repo only uses conda and 1 major version of CUDA, so
@@ -79,11 +80,11 @@ dependencies:
7980 common :
8081 - output_types : [conda]
8182 packages :
82- - cugraph==25.2 .*,>=0.0.0a0
83- - cugraph-dgl==25.2 .*,>=0.0.0a0
84- - cugraph-pyg==25.2 .*,>=0.0.0a0
85- - ' dglteam/label/th23_cu121 ::dgl'
86- - libcugraph==25.2 .*,>=0.0.0a0
87- - libcugraph_etl==25.2 .*,>=0.0.0a0
88- - pylibcugraph==25.2 .*,>=0.0.0a0
89- - pylibwholegraph==25.2 .*,>=0.0.0a0
83+ - cugraph==25.4 .*,>=0.0.0a0
84+ - cugraph-dgl==25.4 .*,>=0.0.0a0
85+ - cugraph-pyg==25.4 .*,>=0.0.0a0
86+ - ' dglteam/label/th24_cu124 ::dgl'
87+ - libcugraph==25.4 .*,>=0.0.0a0
88+ - libcugraph_etl==25.4 .*,>=0.0.0a0
89+ - pylibcugraph==25.4 .*,>=0.0.0a0
90+ - pylibwholegraph==25.4 .*,>=0.0.0a0
0 commit comments