eyurtsev / FlowCytometryTools

A python package for visualization and analysis of high-throughput flow cytometry data
https://eyurtsev.github.io/FlowCytometryTools/
MIT License
113 stars 46 forks source link

Fix for collections moved in python3.10 #31

Closed aarmey closed 2 years ago

aarmey commented 2 years ago

MutableMapping, Iterable, and Mapping were moved to collections.abc in python v3.10. This fix should work on v3.10 and earlier versions.

eyurtsev commented 2 years ago

Much appreciated. I'll take a look in a bit (verify fix and run tests locally).