From d029272960a309478a2ab9bc7e8cf74995203706 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:39:02 -0400 Subject: [PATCH] Updated minimum version of scikit-build and lowered minimum version of cmake --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f0b5f8b60..1672b964a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [build-system] requires = [ "setuptools>=42", - "scikit-build>=0.13", - "cmake>=3.20.1", + "scikit-build>=0.17", + "cmake>=3.5.0", "cython>=3.0.0", "ninja", ]