Currently the linux wheel of v87.6 doesn't contain the following shared libraries:
libGL.so.1
libexpat.so.1
libz.so.1
libstdc++.so.6
Is there a way to include those into the wheel itself?
I've looked at the cibuildwheel module and seems to run the auditwheel repair as a part of the wheel build. However, the libraries I mentioned are not included into the artifact and I don't understand why.