You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.