wallento / pipeline-viewer

CPU Pipeline Viewer
4 stars 3 forks source link

Use "attrdict3" instead of "attrdict" #3

Closed odi79 closed 1 year ago

odi79 commented 1 year ago

"attrdict" is not compatible with Python3.10 (due to "collections" vs. "collections.abc"); use "attrdict3" instead