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
Fix setup.py to respect numpy's parsing of libraries in site.cfg
numpy parses libraries in site.cfg by splitting on comma. We want to
maintain compatibility with that, but we've already established
os.pathname by accident. To minimize breakages, we support both.
0 commit comments