pyActigraphy
pyActigraphy copied to clipboard
Make the accelerometer dependency optional
This dependency currently causes tricky conflicts. Importing it dynamically replaces the hard dependency with an optional one that only users with BBA files need to install.
See also https://github.com/ghammad/pyActigraphy/pull/160 for the other approach to this problem.