Closed nickbroon closed 1 year ago
Good catch, thank you!
I previously avoided adding these to install_requires
because they, especially numpy, would tend to explode with some sort of compile dependency error. I think piwheels fixed that by providing precompiled binaries, but old habits die hard :grimacing:
These python modules are directly used from this library so dependencies should be expressed. Might be worth consider adding them to
install_requires
as well.