From c38162fe6e8b8655239c5a9b66315575b5507816 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Tue, 12 Nov 2024 20:17:07 -0500 Subject: [PATCH] use my fork of cffconvert --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dec1a3975..982350209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ write_to = "src/PyPop/_version.py" # matches the path where version will be wri build-backend = "setuptools.build_meta:__legacy__" requires = ["setuptools>=42", "setuptools_scm[toml]>=6.2", - "cffconvert", + "cffconvert @ git+https://github.com/alexlancaster/cffconvert.git@combine_features#egg=cffconvert", "importlib-metadata; python_version <= '3.8'" ]