From 727d17e5c7cff3a1c9715ba7dbc43a85a6de6a1d Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 1 Dec 2023 15:09:45 -0800 Subject: [PATCH] Update cmake min --- python/cudf/pyproject.toml | 3 +-- python/cudf_kafka/pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index 7b17dce801e..5dea2bd3ed9 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -169,8 +169,7 @@ skip = [ ] [tool.scikit-build] -# TODO: There doesn't appear to be any way to be more specific about requirements, i.e. we can't skip specific versions if they are broken. -cmake.minimum-version = "3.23.1" +cmake.minimum-version = "3.26.4" ninja.make-fallback = true cmake.build-type = "Release" sdist.reproducible = true diff --git a/python/cudf_kafka/pyproject.toml b/python/cudf_kafka/pyproject.toml index 838a1a684b7..cf661ac0ddd 100644 --- a/python/cudf_kafka/pyproject.toml +++ b/python/cudf_kafka/pyproject.toml @@ -89,8 +89,7 @@ skip = [ ] [tool.scikit-build] -# TODO: There doesn't appear to be any way to be more specific about requirements, i.e. we can't skip specific versions if they are broken. -cmake.minimum-version = "3.23.1" +cmake.minimum-version = "3.26.4" ninja.make-fallback = true cmake.build-type = "Release" sdist.reproducible = true