Skip to content

Commit d629d07

Browse files
committed
REL v25.12.00 release
1 parent 958658d commit d629d07

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ repos:
5555
rev: 25.1.0
5656
hooks:
5757
- id: black
58-
# - id: black-jupyter # Consider adding this
58+
# - id: black-jupyter # Consider adding this
5959
- repo: https://github.com/astral-sh/ruff-pre-commit
6060
rev: v0.11.5
6161
hooks:
6262
- id: ruff
63-
args: [--fix-only, --show-fixes] # --unsafe-fixes]
63+
args: [--fix-only, --show-fixes] # --unsafe-fixes]
6464
- repo: https://github.com/PyCQA/flake8
6565
rev: 7.2.0
6666
hooks:
@@ -70,7 +70,7 @@ repos:
7070
# These versions need updated manually
7171
- flake8==7.2.0
7272
- flake8-bugbear==24.12.12
73-
- flake8-simplify==0.21.0 # Not maintained, so consider deleting
73+
- flake8-simplify==0.21.0 # Not maintained, so consider deleting
7474
- repo: https://github.com/codespell-project/codespell
7575
rev: v2.4.1
7676
hooks:
@@ -88,8 +88,8 @@ repos:
8888
- repo: https://github.com/rapidsai/dependency-file-generator
8989
rev: v1.20.0
9090
hooks:
91-
- id: rapids-dependency-file-generator
92-
args: ["--clean", "--warn-all", "--strict"]
91+
- id: rapids-dependency-file-generator
92+
args: ["--clean", "--warn-all", "--strict"]
9393
- repo: local
9494
hooks:
9595
- id: nx-cugraph-meta-data-update
@@ -140,7 +140,7 @@ repos:
140140
^[.]pre-commit-config[.]yaml$|
141141
recipe[.]yaml$
142142
- id: verify-alpha-spec
143-
args: ["--fix"]
143+
args: [--fix, --mode, release]
144144
- repo: https://github.com/pre-commit/pre-commit-hooks
145145
rev: v5.0.0
146146
hooks:

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ channels:
66
- conda-forge
77
dependencies:
88
- cuda-version=12.9
9-
- cudf==25.12.*,>=0.0.0a0
9+
- cudf==25.12.*
1010
- cupy>=13.6.0
1111
- networkx>=3.2
1212
- numpy>=1.23,<3.0a0
1313
- pandas
1414
- pre-commit
15-
- pylibcugraph==25.12.*,>=0.0.0a0
15+
- pylibcugraph==25.12.*
1616
- pytest
1717
- pytest-benchmark
1818
- pytest-cov

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ channels:
66
- conda-forge
77
dependencies:
88
- cuda-version=12.9
9-
- cudf==25.12.*,>=0.0.0a0
9+
- cudf==25.12.*
1010
- cupy>=13.6.0
1111
- networkx>=3.2
1212
- numpy>=1.23,<3.0a0
1313
- pandas
1414
- pre-commit
15-
- pylibcugraph==25.12.*,>=0.0.0a0
15+
- pylibcugraph==25.12.*
1616
- pytest
1717
- pytest-benchmark
1818
- pytest-cov

conda/environments/all_cuda-130_arch-aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ channels:
66
- conda-forge
77
dependencies:
88
- cuda-version=13.0
9-
- cudf==25.12.*,>=0.0.0a0
9+
- cudf==25.12.*
1010
- cupy>=13.6.0
1111
- networkx>=3.2
1212
- numpy>=1.23,<3.0a0
1313
- pandas
1414
- pre-commit
15-
- pylibcugraph==25.12.*,>=0.0.0a0
15+
- pylibcugraph==25.12.*
1616
- pytest
1717
- pytest-benchmark
1818
- pytest-cov

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ channels:
66
- conda-forge
77
dependencies:
88
- cuda-version=13.0
9-
- cudf==25.12.*,>=0.0.0a0
9+
- cudf==25.12.*
1010
- cupy>=13.6.0
1111
- networkx>=3.2
1212
- numpy>=1.23,<3.0a0
1313
- pandas
1414
- pre-commit
15-
- pylibcugraph==25.12.*,>=0.0.0a0
15+
- pylibcugraph==25.12.*
1616
- pytest
1717
- pytest-benchmark
1818
- pytest-cov

dependencies.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies:
104104
common:
105105
- output_types: conda
106106
packages:
107-
- nx-cugraph==25.12.*,>=0.0.0a0
107+
- nx-cugraph==25.12.*
108108
py_version:
109109
specific:
110110
- output_types: [conda]
@@ -190,7 +190,7 @@ dependencies:
190190
common:
191191
- output_types: conda
192192
packages:
193-
- &cudf_unsuffixed cudf==25.12.*,>=0.0.0a0
193+
- &cudf_unsuffixed cudf==25.12.*
194194
- output_types: requirements
195195
packages:
196196
# pip recognizes the index as a global option for the requirements.txt file
@@ -203,18 +203,18 @@ dependencies:
203203
cuda: "12.*"
204204
cuda_suffixed: "true"
205205
packages:
206-
- cudf-cu12==25.12.*,>=0.0.0a0
206+
- cudf-cu12==25.12.*
207207
- matrix:
208208
cuda: "13.*"
209209
cuda_suffixed: "true"
210210
packages:
211-
- cudf-cu13==25.12.*,>=0.0.0a0
211+
- cudf-cu13==25.12.*
212212
- {matrix: null, packages: [*cudf_unsuffixed]}
213213
depends_on_pylibcugraph:
214214
common:
215215
- output_types: conda
216216
packages:
217-
- &pylibcugraph_unsuffixed pylibcugraph==25.12.*,>=0.0.0a0
217+
- &pylibcugraph_unsuffixed pylibcugraph==25.12.*
218218
- output_types: requirements
219219
packages:
220220
# pip recognizes the index as a global option for the requirements.txt file
@@ -227,10 +227,10 @@ dependencies:
227227
cuda: "12.*"
228228
cuda_suffixed: "true"
229229
packages:
230-
- pylibcugraph-cu12==25.12.*,>=0.0.0a0
230+
- pylibcugraph-cu12==25.12.*
231231
- matrix:
232232
cuda: "13.*"
233233
cuda_suffixed: "true"
234234
packages:
235-
- pylibcugraph-cu13==25.12.*,>=0.0.0a0
235+
- pylibcugraph-cu13==25.12.*
236236
- {matrix: null, packages: [*pylibcugraph_unsuffixed]}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ dependencies = [
3737
"cupy-cuda13x>=13.6.0",
3838
"networkx>=3.2",
3939
"numpy>=1.23,<3.0a0",
40-
"pylibcugraph==25.12.*,>=0.0.0a0",
40+
"pylibcugraph==25.12.*",
4141
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
4242

4343
[project.optional-dependencies]
4444
test = [
45-
"cudf==25.12.*,>=0.0.0a0",
45+
"cudf==25.12.*",
4646
"pandas",
4747
"pytest",
4848
"pytest-benchmark",

0 commit comments

Comments
 (0)