From 8e2c4ca83a634a7bf1fa986b231f2ca9f7eae808 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 7 Aug 2024 16:02:37 -0500 Subject: [PATCH] Revert "use build-system.requires" This reverts commit cdc87a401a8ff2a8a423201361a99dd3b8a41c78. --- python/cugraph/pyproject.toml | 2 +- python/pylibcugraph/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/cugraph/pyproject.toml b/python/cugraph/pyproject.toml index 964e5bf96fc..eb53dcc806d 100644 --- a/python/cugraph/pyproject.toml +++ b/python/cugraph/pyproject.toml @@ -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"] diff --git a/python/pylibcugraph/pyproject.toml b/python/pylibcugraph/pyproject.toml index 73699b6e445..8a90acd0957 100644 --- a/python/pylibcugraph/pyproject.toml +++ b/python/pylibcugraph/pyproject.toml @@ -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"]