Remove numpy

This commit is contained in:
missionfloyd 2022-03-12 22:36:24 -07:00
commit 6ab21166a1
8 changed files with 1 additions and 12 deletions

View file

@ -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']