Skip to content

Commit

Permalink
Revert "use build-system.requires"
Browse files Browse the repository at this point in the history
This reverts commit cdc87a4.
  • Loading branch information
jameslamb committed Aug 7, 2024
1 parent cdc87a4 commit 8e2c4ca
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 = "build-system.requires"
minimum-version = "0.10"
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 = "build-system.requires"
minimum-version = "0.10"
ninja.make-fallback = true
sdist.reproducible = true
wheel.packages = ["pylibcugraph"]
Expand Down

0 comments on commit 8e2c4ca

Please sign in to comment.