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"