Skip to content

Commit 446e6b6

Browse files
committed
REL v26.02.00 release
1 parent f923103 commit 446e6b6

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.2.1
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.0
@@ -16,6 +20,5 @@ repos:
1620
hooks:
1721
- id: shellcheck
1822
args: ["--severity=warning"]
19-
2023
default_language_version:
2124
python: python3

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ channels:
88
dependencies:
99
- breathe>=4.35
1010
- cuda-version=13.1
11-
- cugraph-pyg==26.2.*,>=0.0.0a0
12-
- cugraph==26.2.*,>=0.0.0a0
11+
- cugraph-pyg==26.2.*
12+
- cugraph==26.2.*
1313
- doxygen
1414
- graphviz
1515
- ipython
16-
- libcugraph==26.2.*,>=0.0.0a0
17-
- libcugraph_etl==26.2.*,>=0.0.0a0
16+
- libcugraph==26.2.*
17+
- libcugraph_etl==26.2.*
1818
- myst-parser>=0.13
1919
- nbsphinx
2020
- numpydoc
2121
- pre-commit
2222
- pydata-sphinx-theme
23-
- pylibcugraph==26.2.*,>=0.0.0a0
24-
- pylibwholegraph==26.2.*,>=0.0.0a0
23+
- pylibcugraph==26.2.*
24+
- pylibwholegraph==26.2.*
2525
- sphinx
2626
- sphinx-copybutton
2727
- sphinx-markdown-tables

dependencies.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ dependencies:
8585
common:
8686
- output_types: [conda]
8787
packages:
88-
- cugraph==26.2.*,>=0.0.0a0
89-
- cugraph-pyg==26.2.*,>=0.0.0a0
90-
- libcugraph==26.2.*,>=0.0.0a0
91-
- libcugraph_etl==26.2.*,>=0.0.0a0
92-
- pylibcugraph==26.2.*,>=0.0.0a0
93-
- pylibwholegraph==26.2.*,>=0.0.0a0
88+
- cugraph==26.2.*
89+
- cugraph-pyg==26.2.*
90+
- libcugraph==26.2.*
91+
- libcugraph_etl==26.2.*
92+
- pylibcugraph==26.2.*
93+
- pylibwholegraph==26.2.*

0 commit comments

Comments
 (0)