We rely on Linux primarily for our data processing, and we use a hermetic build-system (bazel) to try to keep our dependency tree super explicit and not require externally-installed binaries. I see the Windows DLLs are vendored into the repo, but not the Linux SOs. I know the readme explains needing to install it, but is there rationale why not to bundle the linux shared libs? Would it make a difference if this was published as a wheel to PyPI?