From da590e818d458da266e88dbaf39f5d321d2d41e0 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 24 Jan 2025 13:34:07 -0600 Subject: [PATCH] add runtime dependency on libcuvs in cuvs wheels --- dependencies.yaml | 1 + python/cuvs/pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/dependencies.yaml b/dependencies.yaml index 478b2acc27..c998710f6d 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -132,6 +132,7 @@ files: extras: table: project includes: + - depends_on_libcuvs - depends_on_pylibraft - run_py_cuvs py_test_cuvs: diff --git a/python/cuvs/pyproject.toml b/python/cuvs/pyproject.toml index 30658623ba..df3b83faad 100644 --- a/python/cuvs/pyproject.toml +++ b/python/cuvs/pyproject.toml @@ -32,6 +32,7 @@ license = { text = "Apache 2.0" } requires-python = ">=3.10" dependencies = [ "cuda-python", + "libcuvs==25.2.*,>=0.0.0a0", "numpy>=1.23,<3.0a0", "pylibraft==25.2.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.