bendavid / aiopylgtv

Library to control webOS based LG Tv devices
MIT License
145 stars 47 forks source link

Make numpy an optional dependency #4

Open wolph opened 4 years ago

wolph commented 4 years ago

Most of the features in this library don't need the numpy library and it's an awefully heavy dependency to install on a lighter system.

I absolutely love numpy but it's a really heavy lib to build and install :P

brozikcz commented 4 years ago

I agree with you.

wolph commented 4 years ago

ping @bendavid

wolph commented 4 years ago

The fix is in: https://github.com/bendavid/aiopylgtv/pull/5