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
Fixed compilation on MacOS platforms where Python default target is <10.9.
Modified setup.py to set env MACOSX_DEPLOYMENT_TARGET=10.9 when the build
MacOS is that or newer, but the default MACOSX_DEPLOYMENT_TARGET (when absent)
is <10.9, which happens when the running Python targets <10.9 min.
This happens for example when running a current Anaconda Python, which
has target 10.7.
This fix taken verbatim from similar in Pandas,
pandas-dev/pandas#24274 .
Fixedwmayner#39.
0 commit comments