From 84e9c7372ae506fd53002c7b5b63fdaf7e4c1459 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 3 May 2023 11:25:41 -0700 Subject: [PATCH] Pin scikit-build version --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/bench_ann_cuda-118_arch-x86_64.yaml | 2 +- dependencies.yaml | 2 +- python/pylibraft/pyproject.toml | 2 +- python/raft-dask/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index d192aefa7c..8015122634 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -45,7 +45,7 @@ dependencies: - pytest-cov - recommonmark - rmm==23.6.* -- scikit-build>=0.13.1 +- scikit-build>=0.13.1,<0.17.2 - scikit-learn - scipy - sphinx-copybutton diff --git a/conda/environments/bench_ann_cuda-118_arch-x86_64.yaml b/conda/environments/bench_ann_cuda-118_arch-x86_64.yaml index 2013c16fa4..3ea560025e 100644 --- a/conda/environments/bench_ann_cuda-118_arch-x86_64.yaml +++ b/conda/environments/bench_ann_cuda-118_arch-x86_64.yaml @@ -32,6 +32,6 @@ dependencies: - nccl>=2.9.9 - ninja - nlohmann_json>=3.11.2 -- scikit-build>=0.13.1 +- scikit-build>=0.13.1,<0.17.2 - sysroot_linux-64==2.17 name: bench_ann_cuda-118_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index bc0fbd409e..5b691d1464 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -109,7 +109,7 @@ dependencies: - cmake>=3.23.1,!=3.25.0 - cython>=0.29,<0.30 - ninja - - scikit-build>=0.13.1 + - scikit-build>=0.13.1,<0.17.2 - output_types: [conda] packages: - c-compiler diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index 0fb311ae3b..3c600324ce 100644 --- a/python/pylibraft/pyproject.toml +++ b/python/pylibraft/pyproject.toml @@ -20,7 +20,7 @@ requires = [ "cython>=0.29,<0.30", "ninja", "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`. diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 602148f758..ac6a35b5ab 100644 --- a/python/raft-dask/pyproject.toml +++ b/python/raft-dask/pyproject.toml @@ -18,7 +18,7 @@ requires = [ "cmake>=3.23.1,!=3.25.0", "cython>=0.29,<0.30", "ninja", - "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`.