wwrechard / pydlm

A python library for Bayesian time series modeling
BSD 3-Clause "New" or "Revised" License
475 stars 98 forks source link

DeprecationWarning in pydlm/modeler/dynamic.py #47

Open tianke2020 opened 3 years ago

tianke2020 commented 3 years ago

I obtained the following warning when using this package. Will there be any update to address this issue? Thank you!!

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import MutableSequence.