From 90bb88738d1fb2133f9f003139d4df712ec0b128 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 26 May 2023 17:57:50 -0400 Subject: [PATCH] Allow newer scikit-build (#13424) This PR attempts to allow using newer versions of scikit-build again. cf. https://github.com/rapidsai/cudf/pull/13188 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) - AJ Schmidt (https://github.com/ajschmidt8) - Lawrence Mitchell (https://github.com/wence-) URL: https://github.com/rapidsai/cudf/pull/13424 --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- dependencies.yaml | 2 +- python/cudf/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index f775a7c50bf..6fe8887e0df 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -74,7 +74,7 @@ dependencies: - pytorch<1.12.0 - rmm==23.8.* - s3fs>=2022.3.0 -- scikit-build>=0.13.1,<0.17.2 +- scikit-build>=0.13.1 - scipy - spdlog>=1.11.0,<1.12 - sphinx diff --git a/dependencies.yaml b/dependencies.yaml index 05926d5c295..7a41714ed63 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -239,7 +239,7 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - scikit-build>=0.13.1,<0.17.2 + - scikit-build>=0.13.1 - rmm==23.8.* - output_types: conda packages: diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index bc183363886..a0422541d5f 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -10,7 +10,7 @@ requires = [ "protoc-wheel", "pyarrow==11.0.0.*", "rmm==23.8.*", - "scikit-build>=0.13.1,<0.17.2", + "scikit-build>=0.13.1", "setuptools", "wheel", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.