Skip to content

Commit

Permalink
fix shallow path to dependencies.yaml in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Jun 24, 2024
1 parent b2e88c0 commit 23b7d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/cuml/cuml/cuml/VERSION
2 changes: 1 addition & 1 deletion python/cuml/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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}"
Expand Down

0 comments on commit 23b7d28

Please sign in to comment.