From e2a54b24ba8894b0e70ba3843fa8493f27e376c2 Mon Sep 17 00:00:00 2001 From: iver56 Date: Sun, 7 Jul 2024 11:35:29 +0200 Subject: [PATCH] Include cffi as a runtime dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a5d1da2..8b7a50a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = [ version = "0.3.0" description = "A fast python library for calculating the RMS of a NumPy array" dependencies = [ + "cffi>=1.0.0", "numpy>=1.21,<2" ] readme = "README.md"