From 74babe509fa7a1a465f2510bdf79fcac90e7e025 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 17 Jun 2024 13:42:18 +0100 Subject: [PATCH] pyproject.toml: Add additional dependencies. --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8574a23..5e970ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,9 @@ classifiers = [ ] dependencies = [ "gpiod", - "gpiodevice >= 0.0.4" + "gpiodevice >= 0.0.4", + "numpy >= 1.26.4", + "spidev >= 3.6" ] [project.urls]