Remove numpy
This commit is contained in:
parent
ba202c58ec
commit
6ab21166a1
8 changed files with 1 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import sys, os
|
||||
from setuptools import setup
|
||||
|
||||
dependencies = ['Pillow', 'numpy']
|
||||
dependencies = ['Pillow']
|
||||
|
||||
if os.path.exists('/sys/bus/platform/drivers/gpiomem-bcm2835'):
|
||||
dependencies += ['RPi.GPIO', 'spidev']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue