Closed bethac07 closed 1 year ago
3.8 failing because GH action is trying to grab latest version of scipy, which their newest version wheels only support 3.9+
just FYI: I used this branch to install this on my mac and it worked perfectly, while just regular pip install
gives errors related to cython. This is on python 3.8.17.
We were still using python2 - style cython stuff, which was now breaking, which was making tests fail elsewhere on CellProfiler stuff (specifically the plugins)