This is by far the best smith chart plotting solution. Please add support for Python 3.10
Python 3.10 deprecated Iterable from collections (they moved it to collection.abc)
replacing collections with collection.abc is doesn't quite fix it though - it results in a different error

This is by far the best smith chart plotting solution. Please add support for Python 3.10
Python 3.10 deprecated Iterable from collections (they moved it to collection.abc)
replacing collections with collection.abc is doesn't quite fix it though - it results in a different error