Skip to content

Commit 482fd82

Browse files
committed
Merge branch 'main' of github.com:rapidsai/cugraph into fea/use-sccache-build-cluster
2 parents ca9513a + 24a967a commit 482fd82

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cudf==25.12.*,>=0.0.0a0
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.1.2
22+
- cython>=3.1.2,<3.2.0a0
2323
- dask-cuda==25.12.*,>=0.0.0a0
2424
- dask-cudf==25.12.*,>=0.0.0a0
2525
- doxygen
@@ -51,10 +51,10 @@ dependencies:
5151
- pydata-sphinx-theme
5252
- pylibcudf==25.12.*,>=0.0.0a0
5353
- pylibraft==25.12.*,>=0.0.0a0
54-
- pytest
5554
- pytest-benchmark
5655
- pytest-cov
5756
- pytest-xdist
57+
- pytest<9.0.0a0
5858
- python-louvain
5959
- pytorch>=2.3
6060
- raft-dask==25.12.*,>=0.0.0a0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cudf==25.12.*,>=0.0.0a0
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.1.2
22+
- cython>=3.1.2,<3.2.0a0
2323
- dask-cuda==25.12.*,>=0.0.0a0
2424
- dask-cudf==25.12.*,>=0.0.0a0
2525
- doxygen
@@ -51,10 +51,10 @@ dependencies:
5151
- pydata-sphinx-theme
5252
- pylibcudf==25.12.*,>=0.0.0a0
5353
- pylibraft==25.12.*,>=0.0.0a0
54-
- pytest
5554
- pytest-benchmark
5655
- pytest-cov
5756
- pytest-xdist
57+
- pytest<9.0.0a0
5858
- python-louvain
5959
- pytorch>=2.3
6060
- raft-dask==25.12.*,>=0.0.0a0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cudf==25.12.*,>=0.0.0a0
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.1.2
22+
- cython>=3.1.2,<3.2.0a0
2323
- dask-cuda==25.12.*,>=0.0.0a0
2424
- dask-cudf==25.12.*,>=0.0.0a0
2525
- doxygen
@@ -51,10 +51,10 @@ dependencies:
5151
- pydata-sphinx-theme
5252
- pylibcudf==25.12.*,>=0.0.0a0
5353
- pylibraft==25.12.*,>=0.0.0a0
54-
- pytest
5554
- pytest-benchmark
5655
- pytest-cov
5756
- pytest-xdist
57+
- pytest<9.0.0a0
5858
- python-louvain
5959
- pytorch>=2.3
6060
- raft-dask==25.12.*,>=0.0.0a0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cudf==25.12.*,>=0.0.0a0
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.1.2
22+
- cython>=3.1.2,<3.2.0a0
2323
- dask-cuda==25.12.*,>=0.0.0a0
2424
- dask-cudf==25.12.*,>=0.0.0a0
2525
- doxygen
@@ -51,10 +51,10 @@ dependencies:
5151
- pydata-sphinx-theme
5252
- pylibcudf==25.12.*,>=0.0.0a0
5353
- pylibraft==25.12.*,>=0.0.0a0
54-
- pytest
5554
- pytest-benchmark
5655
- pytest-cov
5756
- pytest-xdist
57+
- pytest<9.0.0a0
5858
- python-louvain
5959
- pytorch>=2.3
6060
- raft-dask==25.12.*,>=0.0.0a0

conda/recipes/cugraph/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ requirements:
6969
host:
7070
- cuda-version =${{ cuda_version }}
7171
- cudf =${{ minor_version }}
72-
- cython >=3.1.2
72+
- cython >=3.1.2,<3.2.0a0
7373
- libcugraph =${{ version }}
7474
- pip
7575
- pylibcudf =${{ minor_version }}

conda/recipes/pylibcugraph/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ requirements:
6161
- ${{ stdlib("c") }}
6262
host:
6363
- cuda-version =${{ cuda_version }}
64-
- cython >=3.1.2
64+
- cython >=3.1.2,<3.2.0a0
6565
- libcugraph =${{ version }}
6666
- pip
6767
- pylibraft =${{ minor_version }}

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ dependencies:
335335
common:
336336
- output_types: [conda, pyproject, requirements]
337337
packages:
338-
- cython>=3.1.2
338+
- cython>=3.1.2,<3.2.0a0
339339
python_run_cugraph:
340340
common:
341341
- output_types: [conda, pyproject, requirements]
@@ -387,7 +387,7 @@ dependencies:
387387
- output_types: [conda, pyproject, requirements]
388388
packages:
389389
- &pandas pandas
390-
- pytest
390+
- pytest<9.0.0a0
391391
- pytest-benchmark
392392
- pytest-cov
393393
- pytest-xdist

python/cugraph/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55

66
requires = [
7-
"cython>=3.1.2",
7+
"cython>=3.1.2,<3.2.0a0",
88
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
99
"scikit-build-core[pyproject]>=0.10.0",
1010
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
@@ -56,10 +56,10 @@ test = [
5656
"numpy>=1.23,<3.0a0",
5757
"packaging",
5858
"pandas",
59-
"pytest",
6059
"pytest-benchmark",
6160
"pytest-cov",
6261
"pytest-xdist",
62+
"pytest<9.0.0a0",
6363
"python-louvain",
6464
"scikit-learn>=0.23.1",
6565
"scipy",

python/pylibcugraph/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2022, NVIDIA CORPORATION.
1+
# SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION.
22
# SPDX-License-Identifier: Apache-2.0
33

44
[build-system]
@@ -43,10 +43,10 @@ test = [
4343
"cudf==25.12.*,>=0.0.0a0",
4444
"numpy>=1.23,<3.0a0",
4545
"pandas",
46-
"pytest",
4746
"pytest-benchmark",
4847
"pytest-cov",
4948
"pytest-xdist",
49+
"pytest<9.0.0a0",
5050
"scipy",
5151
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
5252

@@ -73,7 +73,7 @@ build-backend = "scikit_build_core.build"
7373
dependencies-file = "../../dependencies.yaml"
7474
requires = [
7575
"cmake>=3.30.4",
76-
"cython>=3.1.2",
76+
"cython>=3.1.2,<3.2.0a0",
7777
"libcugraph==25.12.*,>=0.0.0a0",
7878
"libraft==25.12.*,>=0.0.0a0",
7979
"librmm==25.12.*,>=0.0.0a0",

0 commit comments

Comments
 (0)