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
It also makes sure that dependencies are copied recursively. For example, libatlas isn't directly depended on by any of the .so extension modules but it is required transitively:
For example with NumPy:
results in a wheel with
This also rewrites the dependencies in the binaries, e.g.
It also makes sure that dependencies are copied recursively. For example,
libatlas
isn't directly depended on by any of the.so
extension modules but it is required transitively:The text was updated successfully, but these errors were encountered: