taborlab / FlowCal

Python Flow Cytometry Calibration Library
MIT License
48 stars 23 forks source link

Correct scipy minimum requirement #330

Closed JS3xton closed 4 years ago

JS3xton commented 4 years ago

mef.clustering_gmm uses the assume_a parameter of scipy.linalg.solve, which was not introduced until scipy version 0.19.0. Make scipy v0.19.0 the minimum requirement for FlowCal.

This means Anaconda v4.4.0 is the lowest Anaconda version compliant with FlowCal's requirements.

Closes https://github.com/taborlab/FlowCal/issues/327.