Skip to content

Commit 87fb141

Browse files
committed
upgrade inky package
1 parent 54114d5 commit 87fb141

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

frameos/vendor/inkyPython/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-i https://piwheels.org/simple
44
--extra-index-url https://pypi.org/simple
55

6-
inky==2.0.0
6+
inky==2.1.0
77
numpy==1.26.1
88
pillow==9.5.0
99
RPi.GPIO==0.7.1

frameos/vendor/inkyPython/requirements.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@
77
--index-url https://piwheels.org/simple
88
--extra-index-url https://pypi.org/simple
99

10-
inky==2.0.0
10+
gpiod==2.3.0
11+
# via gpiodevice
12+
gpiodevice==0.0.5
13+
# via inky
14+
inky==2.1.0
1115
# via -r requirements.in
1216
numpy==1.26.1
1317
# via
1418
# -r requirements.in
1519
# inky
1620
pillow==9.5.0
17-
# via -r requirements.in
21+
# via
22+
# -r requirements.in
23+
# inky
1824
rpi-gpio==0.7.1
1925
# via -r requirements.in
2026
smbus2==0.4.3

0 commit comments

Comments
 (0)