There was an error while loading. Please reload this page.
2 parents 7222f31 + 7efbfcc commit 0833ab4Copy full SHA for 0833ab4
1 file changed
setup.py
@@ -32,7 +32,7 @@
32
packages=find_packages("src"),
33
# If your package is a single module, use this instead of 'packages':
34
py_modules=['bitbangio', 'board', 'busio', 'digitalio', 'micropython', 'neopixel_write'],
35
- install_requires=['Adafruit-GPIO', 'rpi_ws281x'],
+ install_requires=['Adafruit-GPIO', "rpi_ws281x>=4.0.0; platform_machine=='armv7l'"],
36
license='MIT',
37
classifiers=[
38
# Trove classifiers
0 commit comments