We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bc5e9 commit 53211f2Copy full SHA for 53211f2
requirements.txt
@@ -4,4 +4,4 @@
4
5
Adafruit-Blinka
6
adafruit-circuitpython-busdevice
7
-adafruit-circuitpython-pypixelbuf>=2.0.0
+adafruit-circuitpython-pixelbuf
setup.py
@@ -37,7 +37,7 @@
37
install_requires=[
38
"Adafruit-Blinka",
39
"adafruit-circuitpython-busdevice",
40
- "adafruit-circuitpython-pypixelbuf>=2.0.0",
+ "adafruit-circuitpython-pixelbuf",
41
],
42
# Choose your license
43
license="MIT",
0 commit comments