Skip to content

Commit e8f0f99

Browse files
committed
REL v26.08.00 release
1 parent b1225cb commit e8f0f99

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ repos:
55
rev: v1.4.3
66
hooks:
77
- id: verify-alpha-spec
8+
args:
9+
- --fix
10+
- --mode
11+
- release
812
- id: verify-copyright
913
- repo: https://github.com/rapidsai/dependency-file-generator
1014
rev: v1.20.2
@@ -20,6 +24,5 @@ repos:
2024
rev: v1.24.1
2125
hooks:
2226
- id: zizmor
23-
2427
default_language_version:
2528
python: python3

conda/environments/all_cuda-133_arch-x86_64.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ channels:
88
dependencies:
99
- breathe>=4.35
1010
- cuda-version=13.3
11-
- cugraph-pyg==26.8.*,>=0.0.0a0
12-
- cugraph==26.8.*,>=0.0.0a0
11+
- cugraph-pyg==26.8.*
12+
- cugraph==26.8.*
1313
- doxygen
1414
- ipython
15-
- libcugraph==26.8.*,>=0.0.0a0
16-
- libcugraph_etl==26.8.*,>=0.0.0a0
15+
- libcugraph==26.8.*
16+
- libcugraph_etl==26.8.*
1717
- myst-parser>=5.0
1818
- nbsphinx
1919
- numpydoc
2020
- pre-commit
21-
- pylibcugraph==26.8.*,>=0.0.0a0
22-
- pylibwholegraph==26.8.*,>=0.0.0a0
21+
- pylibcugraph==26.8.*
22+
- pylibwholegraph==26.8.*
2323
- sphinx-copybutton
2424
- sphinx-markdown-tables
2525
- sphinx>=8.2

dependencies.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ dependencies:
9393
common:
9494
- output_types: [conda]
9595
packages:
96-
- cugraph==26.8.*,>=0.0.0a0
97-
- cugraph-pyg==26.8.*,>=0.0.0a0
98-
- libcugraph==26.8.*,>=0.0.0a0
99-
- libcugraph_etl==26.8.*,>=0.0.0a0
100-
- pylibcugraph==26.8.*,>=0.0.0a0
101-
- pylibwholegraph==26.8.*,>=0.0.0a0
96+
- cugraph==26.8.*
97+
- cugraph-pyg==26.8.*
98+
- libcugraph==26.8.*
99+
- libcugraph_etl==26.8.*
100+
- pylibcugraph==26.8.*
101+
- pylibwholegraph==26.8.*

0 commit comments

Comments
 (0)