EasyScience / EasyDiffractionApp

Diffraction data analysis application
https://easydiffraction.org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

CI for easyDiffractionApp fails #235

Open rozyczko opened 1 year ago

rozyczko commented 1 year ago

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 and lmfit reference errors.

rozyczko commented 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.