diff --git a/conda/environments/all_cuda-129_arch-aarch64.yaml b/conda/environments/all_cuda-129_arch-aarch64.yaml index 2982ec1d..e4aa0969 100644 --- a/conda/environments/all_cuda-129_arch-aarch64.yaml +++ b/conda/environments/all_cuda-129_arch-aarch64.yaml @@ -17,7 +17,7 @@ dependencies: - cugraph==26.2.*,>=0.0.0a0 - cuml==26.2.*,>=0.0.0a0 - cupy>=13.6.0 -- cython>=3.0.0 +- cython>=3.0.0,<3.2.0a0 - doxygen - gcc_linux-aarch64=14.* - graphviz @@ -37,11 +37,11 @@ dependencies: - pre-commit - pydantic - pylibcugraph==26.2.*,>=0.0.0a0 -- pytest - pytest-benchmark - pytest-cov - pytest-forked - pytest-xdist +- pytest<9.0.0a0 - pytorch_geometric>=2.5,<2.7 - rapids-build-backend>=0.4.0,<0.5.0.dev0 - rmm==26.2.*,>=0.0.0a0 diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml index 01856797..37fd4ce5 100644 --- a/conda/environments/all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/all_cuda-129_arch-x86_64.yaml @@ -17,7 +17,7 @@ dependencies: - cugraph==26.2.*,>=0.0.0a0 - cuml==26.2.*,>=0.0.0a0 - cupy>=13.6.0 -- cython>=3.0.0 +- cython>=3.0.0,<3.2.0a0 - doxygen - gcc_linux-64=14.* - graphviz @@ -37,11 +37,11 @@ dependencies: - pre-commit - pydantic - pylibcugraph==26.2.*,>=0.0.0a0 -- pytest - pytest-benchmark - pytest-cov - pytest-forked - pytest-xdist +- pytest<9.0.0a0 - pytorch_geometric>=2.5,<2.7 - rapids-build-backend>=0.4.0,<0.5.0.dev0 - rmm==26.2.*,>=0.0.0a0 diff --git a/conda/environments/all_cuda-130_arch-aarch64.yaml b/conda/environments/all_cuda-130_arch-aarch64.yaml index 7fc13c17..a3607763 100644 --- a/conda/environments/all_cuda-130_arch-aarch64.yaml +++ b/conda/environments/all_cuda-130_arch-aarch64.yaml @@ -17,7 +17,7 @@ dependencies: - cugraph==26.2.*,>=0.0.0a0 - cuml==26.2.*,>=0.0.0a0 - cupy>=13.6.0 -- cython>=3.0.0 +- cython>=3.0.0,<3.2.0a0 - doxygen - gcc_linux-aarch64=14.* - graphviz @@ -37,11 +37,11 @@ dependencies: - pre-commit - pydantic - pylibcugraph==26.2.*,>=0.0.0a0 -- pytest - pytest-benchmark - pytest-cov - pytest-forked - pytest-xdist +- pytest<9.0.0a0 - pytorch_geometric>=2.5,<2.7 - rapids-build-backend>=0.4.0,<0.5.0.dev0 - rmm==26.2.*,>=0.0.0a0 diff --git a/conda/environments/all_cuda-130_arch-x86_64.yaml b/conda/environments/all_cuda-130_arch-x86_64.yaml index 16245076..819bc537 100644 --- a/conda/environments/all_cuda-130_arch-x86_64.yaml +++ b/conda/environments/all_cuda-130_arch-x86_64.yaml @@ -17,7 +17,7 @@ dependencies: - cugraph==26.2.*,>=0.0.0a0 - cuml==26.2.*,>=0.0.0a0 - cupy>=13.6.0 -- cython>=3.0.0 +- cython>=3.0.0,<3.2.0a0 - doxygen - gcc_linux-64=14.* - graphviz @@ -37,11 +37,11 @@ dependencies: - pre-commit - pydantic - pylibcugraph==26.2.*,>=0.0.0a0 -- pytest - pytest-benchmark - pytest-cov - pytest-forked - pytest-xdist +- pytest<9.0.0a0 - pytorch_geometric>=2.5,<2.7 - rapids-build-backend>=0.4.0,<0.5.0.dev0 - rmm==26.2.*,>=0.0.0a0 diff --git a/conda/recipes/pylibwholegraph/recipe.yaml b/conda/recipes/pylibwholegraph/recipe.yaml index 44043d20..b84a0b67 100644 --- a/conda/recipes/pylibwholegraph/recipe.yaml +++ b/conda/recipes/pylibwholegraph/recipe.yaml @@ -66,7 +66,7 @@ requirements: - ${{ stdlib("c") }} host: - cuda-version =${{ cuda_version }} - - cython >=3.0.0 + - cython >=3.0.0,<3.2.0a0 - pip - libwholegraph =${{ version }} - python =${{ py_version }} diff --git a/dependencies.yaml b/dependencies.yaml index 5ee2cc67..92a3288e 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -297,7 +297,7 @@ dependencies: common: - output_types: [conda, pyproject, requirements] packages: - - cython>=3.0.0 + - cython>=3.0.0,<3.2.0a0 python_run_pylibwholegraph: common: - output_types: [conda, pyproject, requirements] @@ -345,7 +345,7 @@ dependencies: common: - output_types: [conda, pyproject, requirements] packages: - - pytest + - pytest<9.0.0a0 - pytest-benchmark - pytest-cov - pytest-xdist diff --git a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-129_arch-aarch64.yaml b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-129_arch-aarch64.yaml index 2b93c3be..fecf96d6 100644 --- a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-129_arch-aarch64.yaml +++ b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-129_arch-aarch64.yaml @@ -8,10 +8,10 @@ dependencies: - pre-commit - pydantic - pylibcugraph==26.2.*,>=0.0.0a0 -- pytest - pytest-benchmark - pytest-cov - pytest-xdist +- pytest<9.0.0a0 - pytorch_geometric>=2.5,<2.7 - torchdata name: cugraph_pyg_dev_cuda-129_arch-aarch64 diff --git a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-129_arch-x86_64.yaml b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-129_arch-x86_64.yaml index c36ee20d..db3f069a 100644 --- a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-129_arch-x86_64.yaml +++ b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-129_arch-x86_64.yaml @@ -8,10 +8,10 @@ dependencies: - pre-commit - pydantic - pylibcugraph==26.2.*,>=0.0.0a0 -- pytest - pytest-benchmark - pytest-cov - pytest-xdist +- pytest<9.0.0a0 - pytorch_geometric>=2.5,<2.7 - torchdata name: cugraph_pyg_dev_cuda-129_arch-x86_64 diff --git a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-130_arch-aarch64.yaml b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-130_arch-aarch64.yaml index 5e838106..afbf3abb 100644 --- a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-130_arch-aarch64.yaml +++ b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-130_arch-aarch64.yaml @@ -8,10 +8,10 @@ dependencies: - pre-commit - pydantic - pylibcugraph==26.2.*,>=0.0.0a0 -- pytest - pytest-benchmark - pytest-cov - pytest-xdist +- pytest<9.0.0a0 - pytorch_geometric>=2.5,<2.7 - torchdata name: cugraph_pyg_dev_cuda-130_arch-aarch64 diff --git a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-130_arch-x86_64.yaml b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-130_arch-x86_64.yaml index 9cd1048c..c6670b8b 100644 --- a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-130_arch-x86_64.yaml +++ b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-130_arch-x86_64.yaml @@ -8,10 +8,10 @@ dependencies: - pre-commit - pydantic - pylibcugraph==26.2.*,>=0.0.0a0 -- pytest - pytest-benchmark - pytest-cov - pytest-xdist +- pytest<9.0.0a0 - pytorch_geometric>=2.5,<2.7 - torchdata name: cugraph_pyg_dev_cuda-130_arch-x86_64 diff --git a/python/cugraph-pyg/pyproject.toml b/python/cugraph-pyg/pyproject.toml index 6a0f02dc..770b82ce 100644 --- a/python/cugraph-pyg/pyproject.toml +++ b/python/cugraph-pyg/pyproject.toml @@ -50,10 +50,10 @@ test = [ "cugraph==26.2.*,>=0.0.0a0", "cuml==26.2.*,>=0.0.0a0", "ogb", - "pytest", "pytest-benchmark", "pytest-cov", "pytest-xdist", + "pytest<9.0.0a0", "sentence-transformers", "torch>=2.9.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. diff --git a/python/pylibwholegraph/pyproject.toml b/python/pylibwholegraph/pyproject.toml index 77f2c983..431daaff 100644 --- a/python/pylibwholegraph/pyproject.toml +++ b/python/pylibwholegraph/pyproject.toml @@ -35,11 +35,11 @@ dependencies = [ [project.optional-dependencies] test = [ - "pytest", "pytest-benchmark", "pytest-cov", "pytest-forked", "pytest-xdist", + "pytest<9.0.0a0", "scipy", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -49,7 +49,7 @@ dependencies-file = "../../dependencies.yaml" matrix-entry = "cuda_suffixed=true" requires = [ "cmake>=3.30.4", - "cython>=3.0.0", + "cython>=3.0.0,<3.2.0a0", "libraft==26.2.*,>=0.0.0a0", "librmm==26.2.*,>=0.0.0a0", "libwholegraph==26.2.*,>=0.0.0a0",