From c19c811682c4d3da02b7b8fbb219cf915c838faa Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Thu, 5 Oct 2023 16:22:13 -0500 Subject: [PATCH] Revert #99 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e97dd8..e6312d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "setuptools >=64", "setuptools-git-versioning", "wheel", - "cffi>=1.11,<1.16", + "cffi>=1.11", "cython", "oldest-supported-numpy; platform_python_implementation != 'PyPy'", # Inspired by SciPy: unpin numpy version for PyPy builds,