From 23b7d28398c9a8c6765bc47f3f17dfcd95ad4804 Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Mon, 24 Jun 2024 16:35:32 -0500 Subject: [PATCH] fix shallow path to dependencies.yaml in pyproject.toml --- python/cuml/cuml/cuml/VERSION | 2 +- python/cuml/cuml/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/cuml/cuml/cuml/VERSION b/python/cuml/cuml/cuml/VERSION index 558194c5a5..a4e948506b 120000 --- a/python/cuml/cuml/cuml/VERSION +++ b/python/cuml/cuml/cuml/VERSION @@ -1 +1 @@ -../../VERSION \ No newline at end of file +../../../../VERSION \ No newline at end of file diff --git a/python/cuml/cuml/pyproject.toml b/python/cuml/cuml/pyproject.toml index e147faf6dd..0a370c5ec1 100644 --- a/python/cuml/cuml/pyproject.toml +++ b/python/cuml/cuml/pyproject.toml @@ -152,6 +152,7 @@ versioneer\.py | [tool.rapids-build-backend] build-backend = "scikit_build_core.build" +dependencies-file = "../../dependencies.yaml" requires = [ "cmake>=3.26.4", "cuda-python", @@ -161,7 +162,6 @@ requires = [ "rmm==24.8.*,>=0.0.0a0", "treelite==4.2.1", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`. -dependencies-file = "../dependencies.yaml" [tool.scikit-build] build-dir = "build/{wheel_tag}"