From 591bcff7950307c20c0b78b7119d6f1d3543ef64 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 21 Jan 2025 07:01:05 -0800 Subject: [PATCH] more build deps --- dependencies.yaml | 2 ++ python/cuvs/pyproject.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dependencies.yaml b/dependencies.yaml index ca50478f9..b3ceef08d 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -120,6 +120,8 @@ files: - build_cython - build_py_cuvs - depends_on_libcuvs + - depends_on_libraft + - depends_on_librmm - rapids_build py_run_cuvs: output: pyproject diff --git a/python/cuvs/pyproject.toml b/python/cuvs/pyproject.toml index 3e131a3c8..30658623b 100644 --- a/python/cuvs/pyproject.toml +++ b/python/cuvs/pyproject.toml @@ -118,6 +118,8 @@ requires = [ "cuda-python", "cython>=3.0.0", "libcuvs==25.2.*,>=0.0.0a0", + "libraft==25.2.*,>=0.0.0a0", + "librmm==25.2.*,>=0.0.0a0", "ninja", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. build-backend = "scikit_build_core.build"