From c2e801313b6a3e7ab63a03c8bd5378ffc83ed31e Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 8 Dec 2023 02:29:39 +0000 Subject: [PATCH] Fix more recipes and dependencies --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-120_arch-x86_64.yaml | 2 +- conda/recipes/cugraph-pyg/meta.yaml | 2 +- conda/recipes/cugraph/meta.yaml | 2 +- conda/recipes/pylibcugraph/meta.yaml | 2 +- dependencies.yaml | 4 ++-- docs/cugraph/source/wholegraph/installation/source_build.md | 2 +- python/cugraph/pyproject.toml | 2 +- python/pylibcugraph/pyproject.toml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 76178269ab0..3c53df47163 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -63,7 +63,7 @@ dependencies: - recommonmark - requests - rmm==24.2.* -- scikit-build-core>=0.7.0 +- scikit-build-core >=0.7.0 - scikit-learn>=0.23.1 - scipy - setuptools>=61.0.0 diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index 84a6525bf0c..de6b12182d3 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -62,7 +62,7 @@ dependencies: - recommonmark - requests - rmm==24.2.* -- scikit-build-core>=0.7.0 +- scikit-build-core >=0.7.0 - scikit-learn>=0.23.1 - scipy - setuptools>=61.0.0 diff --git a/conda/recipes/cugraph-pyg/meta.yaml b/conda/recipes/cugraph-pyg/meta.yaml index b1a98dfdd82..c07b97cd5da 100644 --- a/conda/recipes/cugraph-pyg/meta.yaml +++ b/conda/recipes/cugraph-pyg/meta.yaml @@ -24,7 +24,7 @@ requirements: host: - cython >=3.0.0 - python - - scikit-build >=0.7.0 + - scikit-build-core >=0.7.0 run: - rapids-dask-dependency ={{ minor_version }} - numba >=0.57 diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index 5eb3044a3aa..b8e3072dd38 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -61,7 +61,7 @@ requirements: - python - raft-dask ={{ minor_version }} - rmm ={{ minor_version }} - - scikit-build >=0.7.0 + - scikit-build-core >=0.7.0 - setuptools run: - aiohttp diff --git a/conda/recipes/pylibcugraph/meta.yaml b/conda/recipes/pylibcugraph/meta.yaml index fc310644c2f..0f66f55ccaa 100644 --- a/conda/recipes/pylibcugraph/meta.yaml +++ b/conda/recipes/pylibcugraph/meta.yaml @@ -58,7 +58,7 @@ requirements: - libcugraph ={{ version }} - pylibraft ={{ minor_version }} - python - - scikit-build >=0.7.0 + - scikit-build-core >=0.7.0 - setuptools run: - {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }} diff --git a/dependencies.yaml b/dependencies.yaml index 0179ebca2aa..4abd6de2469 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -374,10 +374,10 @@ dependencies: - cython>=3.0.0 - output_types: conda packages: - - scikit-build-core>=0.7.0 + - scikit-build-core >=0.7.0 - output_types: [pyproject, requirements] packages: - - scikit-build-core[pyproject]>=0.7.0 + - scikit-build-core[pyproject] >=0.7.0 python_run_cugraph: common: - output_types: [conda, pyproject] diff --git a/docs/cugraph/source/wholegraph/installation/source_build.md b/docs/cugraph/source/wholegraph/installation/source_build.md index c468048c351..a7727ac4052 100644 --- a/docs/cugraph/source/wholegraph/installation/source_build.md +++ b/docs/cugraph/source/wholegraph/installation/source_build.md @@ -27,7 +27,7 @@ __Other Packages__: * cython * setuputils3 * scikit-learn -* scikit-build +* scikit-build-core * nanobind>=0.2.0 ## Building wholegraph diff --git a/python/cugraph/pyproject.toml b/python/cugraph/pyproject.toml index 57868543e3f..c4909a12384 100644 --- a/python/cugraph/pyproject.toml +++ b/python/cugraph/pyproject.toml @@ -9,7 +9,7 @@ requires = [ "pylibcugraph==24.2.*", "pylibraft==24.2.*", "rmm==24.2.*", - "scikit-build-core[pyproject]>=0.7.0", + "scikit-build-core[pyproject] >=0.7.0", "setuptools>=61.0.0", "wheel", ] # 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/pylibcugraph/pyproject.toml b/python/pylibcugraph/pyproject.toml index 6ea90861f03..60c9bb1c7f1 100644 --- a/python/pylibcugraph/pyproject.toml +++ b/python/pylibcugraph/pyproject.toml @@ -8,7 +8,7 @@ requires = [ "ninja", "pylibraft==24.2.*", "rmm==24.2.*", - "scikit-build-core[pyproject]>=0.7.0", + "scikit-build-core[pyproject] >=0.7.0", "setuptools>=61.0.0", "wheel", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.