Skip to content

Commit 53211f2

Browse files
committed
Update requirements.
1 parent 33bc5e9 commit 53211f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Adafruit-Blinka
66
adafruit-circuitpython-busdevice
7-
adafruit-circuitpython-pypixelbuf>=2.0.0
7+
adafruit-circuitpython-pixelbuf

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
install_requires=[
3838
"Adafruit-Blinka",
3939
"adafruit-circuitpython-busdevice",
40-
"adafruit-circuitpython-pypixelbuf>=2.0.0",
40+
"adafruit-circuitpython-pixelbuf",
4141
],
4242
# Choose your license
4343
license="MIT",

0 commit comments

Comments
 (0)