Skip to content

Commit 0833ab4

Browse files
authored
Merge pull request #35 from ladyada/master
more conditionals for raspi
2 parents 7222f31 + 7efbfcc commit 0833ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
packages=find_packages("src"),
3333
# If your package is a single module, use this instead of 'packages':
3434
py_modules=['bitbangio', 'board', 'busio', 'digitalio', 'micropython', 'neopixel_write'],
35-
install_requires=['Adafruit-GPIO', 'rpi_ws281x'],
35+
install_requires=['Adafruit-GPIO', "rpi_ws281x>=4.0.0; platform_machine=='armv7l'"],
3636
license='MIT',
3737
classifiers=[
3838
# Trove classifiers

0 commit comments

Comments
 (0)