taborlab / FlowCal

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

Correct numpy minimum requirement #336

Closed JS3xton closed 4 years ago

JS3xton commented 4 years ago

io.FCSFile uses tobytes() on a numpy array, which was not introduced until numpy version 1.9.0. Make numpy v1.9.0 the minimum requirement for FlowCal.