google / tf-quant-finance

High-performance TensorFlow library for quantitative finance.
Apache License 2.0
4.57k stars 581 forks source link

Import ABC from collections.abc for Python 3.10 compatibility. #69

Closed tirkarthi closed 2 years ago

tirkarthi commented 2 years ago

Importing ABC from collections was deprecated since Python 3.4 and removed in Python 3.10 . Use collections.abc instead.