-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdependencies.yaml
85 lines (82 loc) · 1.9 KB
/
dependencies.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Dependency list for https://github.com/rapidsai/dependency-file-generator
files:
all:
output: [conda]
matrix:
# docs are only built on the latest CUDA version RAPIDS supports
cuda: ["12.5"]
arch: [x86_64]
includes:
- checks
- cuda_version
- docs
- run
checks:
output: none
includes:
- checks
docs:
output: none
includes:
- cuda_version
- docs
- run
channels:
- pyg
- rapidsai
- rapidsai-nightly
- dask/label/dev
- conda-forge
- nvidia
dependencies:
checks:
common:
- output_types: [conda]
packages:
- pre-commit
cuda_version:
specific:
- output_types: [conda]
matrices:
- matrix:
cuda: "12.0"
packages:
- cuda-version=12.0
- matrix:
cuda: "12.2"
packages:
- cuda-version=12.2
- matrix:
cuda: "12.5"
packages:
- cuda-version=12.5
docs:
common:
- output_types: [conda]
packages:
- breathe>=4.35
- doxygen
- graphviz
- ipython
- nbsphinx
- numpydoc
- pydata-sphinx-theme
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8
- sphinxcontrib-websupport
# this repo only uses conda and 1 major version of CUDA, so
# all dependencies are intentionally grouped together
run:
common:
- output_types: [conda]
packages:
- cugraph==25.2.*,>=0.0.0a0
- cugraph-dgl==25.2.*,>=0.0.0a0
- cugraph-pyg==25.2.*,>=0.0.0a0
- 'dglteam/label/th23_cu121::dgl'
- libcugraph==25.2.*,>=0.0.0a0
- libcugraph_etl==25.2.*,>=0.0.0a0
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0