From fff8717bd4bc52062079f5bc73a2752a61449860 Mon Sep 17 00:00:00 2001 From: Sevag Hanssian Date: Thu, 20 Apr 2023 13:05:56 -0400 Subject: [PATCH 1/2] Avoid skbuild 0.17.2 which affected the cmake -DPython_LIBRARY string --- python/cudf/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index ccf2aff0c9c..7582586dfef 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -10,7 +10,7 @@ requires = [ "protoc-wheel", "pyarrow==11.0.0.*", "rmm==23.6.*", - "scikit-build>=0.13.1", + "scikit-build>=0.13.1,<0.17.2", "setuptools", "wheel", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. From e31d026b422b60a39203a5c4fa50bcbe22a0edd6 Mon Sep 17 00:00:00 2001 From: Sevag Hanssian Date: Thu, 20 Apr 2023 13:19:52 -0400 Subject: [PATCH 2/2] Use rapids-dependency-file-generator --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- dependencies.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index d168a28de22..fd0ab1d7d77 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -73,7 +73,7 @@ dependencies: - pytorch<1.12.0 - rmm==23.6.* - s3fs>=2022.3.0 -- scikit-build>=0.13.1 +- scikit-build>=0.13.1,<0.17.2 - scipy - spdlog>=1.11.0,<1.12 - sphinx diff --git a/dependencies.yaml b/dependencies.yaml index 3e2a46177ce..ffbc8322bf6 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -238,7 +238,7 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - scikit-build>=0.13.1 + - scikit-build>=0.13.1,<0.17.2 - rmm==23.6.* - output_types: conda packages: