From 63e7950178031ada942b819addca9323d1f10fee Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Tue, 22 Oct 2024 11:16:18 +0200 Subject: [PATCH] Update `pyfastani` recipe to use new `scikit-build-core` build --- recipes/pyfastani/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/pyfastani/meta.yaml b/recipes/pyfastani/meta.yaml index 33dec9b8fd604..a9de6ea35383c 100644 --- a/recipes/pyfastani/meta.yaml +++ b/recipes/pyfastani/meta.yaml @@ -19,12 +19,14 @@ requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} + - 'cmake >=3.20' + - make host: - python - pip - cython - - setuptools - zlib + - scikit-build-core run: - python - zlib