From b0459bfd3d63e7e5660c9c4daca29d4a34442ea7 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 24 May 2023 12:08:55 -0700 Subject: [PATCH] Remove scikit-build upper bound pinning --- 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 | 6 +++--- python/raft-dask/pyproject.toml | 8 ++++---- 5 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 d28fcd0f59..ed90754e78 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -47,7 +47,7 @@ dependencies: - pytest-cov - recommonmark - rmm==23.6.* -- scikit-build>=0.13.1,<0.17.2 +- scikit-build>=0.13.1 - 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 3ea560025e..2013c16fa4 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,<0.17.2 +- scikit-build>=0.13.1 - sysroot_linux-64==2.17 name: bench_ann_cuda-118_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index 01fd7d2fee..d4ea5f5ed6 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -112,7 +112,7 @@ dependencies: - cmake>=3.23.1,!=3.25.0 - cython>=0.29,<0.30 - ninja - - scikit-build>=0.13.1,<0.17.2 + - scikit-build>=0.13.1 - output_types: [conda] packages: - c-compiler diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index c344128e6a..1b75b420d6 100644 --- a/python/pylibraft/pyproject.toml +++ b/python/pylibraft/pyproject.toml @@ -19,8 +19,8 @@ requires = [ "cuda-python>=11.7.1,<12.0", "cython>=0.29,<0.30", "ninja", - "rmm==23.8.*", - "scikit-build>=0.13.1,<0.17.2", + "rmm==23.6.*", + "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`. @@ -39,7 +39,7 @@ requires-python = ">=3.9" dependencies = [ "cuda-python>=11.7.1,<12.0", "numpy>=1.21", - "rmm==23.8.*", + "rmm==23.6.*", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. classifiers = [ "Intended Audience :: Developers", diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index bb703238b9..4f6e180695 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,<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`. @@ -34,14 +34,14 @@ authors = [ license = { text = "Apache 2.0" } requires-python = ">=3.9" dependencies = [ - "dask-cuda==23.8.*", + "dask-cuda==23.6.*", "dask==2023.3.2", "distributed==2023.3.2.1", "joblib>=0.11", "numba>=0.49", "numpy>=1.21", - "pylibraft==23.8.*", - "ucx-py==0.33.*", + "pylibraft==23.6.*", + "ucx-py=0.33.*", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. classifiers = [ "Intended Audience :: Developers",