Skip to content

Commit

Permalink
use build-system.requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 7, 2024
1 parent cc0d386 commit cdc87a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Documentation = "https://docs.rapids.ai/api/cugraph/stable/"
build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.version = "CMakeLists.txt"
minimum-version = "0.10"
minimum-version = "build-system.requires"
ninja.make-fallback = true
sdist.reproducible = true
wheel.packages = ["cugraph"]
Expand Down
2 changes: 1 addition & 1 deletion python/pylibcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Documentation = "https://docs.rapids.ai/api/cugraph/stable/"
build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.version = "CMakeLists.txt"
minimum-version = "0.10"
minimum-version = "build-system.requires"
ninja.make-fallback = true
sdist.reproducible = true
wheel.packages = ["pylibcugraph"]
Expand Down

0 comments on commit cdc87a4

Please sign in to comment.