wwrechard / pydlm

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

python 3.9 will break pydlm? #54

Closed microprediction closed 10 months ago

microprediction commented 3 years ago

Looks like an easy fix. Want a PR?

/pydlm/modeler/dynamic.py:18: 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

wwrechard commented 10 months ago

Should have been fixed.