Skip to content

Commit

Permalink
pyproject.toml: require gpiodevice>=0.0.5.
Browse files Browse the repository at this point in the history
0.0.5 includes support for integer pin numbers, making existing user
code *just work* in most cases.
  • Loading branch information
Gadgetoid committed Apr 29, 2024
1 parent 638d976 commit 0d44656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
]
dependencies = [
"gpiod>=2.1.3",
"gpiodevice>=0.0.4",
"gpiodevice>=0.0.5",
"sn3218>=3.0.0",
"st7735>=1.0.0",
"ads1015>=1.0.0"
Expand Down

0 comments on commit 0d44656

Please sign in to comment.