Independent builds and python support
This MR introduces various features:
- This package is now built completely independently of the bob software stack (and bob.conda). It ships its own version of dependencies and can provide better support for python versions that are not necessarily supported (yet) by Bob or BEAT
- As a bonus, you can now install this package alongside your conda
base
environment - An optimisation during the bootstrap process is now possible since we don't need to install a new environment for bdt using python-3.6, it can just install in the base environment itself.
- This MR also makes git-clean a bit less verbose, on request form @amohammadi
- Finally, it fixes #13 (closed), as reported by @heusch