Skip to content

Commit

Permalink
Merge pull request #32 from pimoroni/patch-dependencies
Browse files Browse the repository at this point in the history
pyproject.toml: Add additional dependencies.
  • Loading branch information
Gadgetoid authored Jun 17, 2024
2 parents d2dcd10 + 74babe5 commit 0600b77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ classifiers = [
]
dependencies = [
"gpiod",
"gpiodevice >= 0.0.4"
"gpiodevice >= 0.0.4",
"numpy >= 1.26.4",
"spidev >= 3.6"
]

[project.urls]
Expand Down

0 comments on commit 0600b77

Please sign in to comment.