Open rozyczko opened 1 year ago
Adding PyObjC installation with pip --no-binary :all:
seems to have helped.
This and setting the version of PyObjC to 7.0.1
Also, rolling back to scipy==1.6.1 which we used for 0.4 is helps with scipy related issues.
Current CI fails on MacOS, with
pyobjc_core-7.3-1-cp38-cp38-macosx_11_0_universal2.whl
not being supported on the platform. Upgrading PyObjC does not help.Switching to Python 3.9 helps for MacOS but results in a bad installer on Windows, with
scipy
andlmfit
reference errors.