Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed dependency statsmodels==0.12.2 #294

Open
thepr0blem opened this issue Jan 17, 2023 · 1 comment
Open

fixed dependency statsmodels==0.12.2 #294

thepr0blem opened this issue Jan 17, 2023 · 1 comment

Comments

@thepr0blem
Copy link

Is this strict dependency on specific version obligatory? It makes packaging projects with kats and other time series related dependencies problematic. Example would be darts which requires statsmodels>0.13, but in general statsmodels is a dependency for many projects and it would make deps conflicts resolution much easier.

Thanks!

@michaelbrundage
Copy link
Contributor

It's a problem for sure. statsmodels keeps breaking kats with backwards incompatible changes in their minor point releases. We added kats.compat.statsmodels to compensate for some of the issues in their latest releases. The problem is that statsmodels>0.13 made many more incompatible changes that have broken more kats dependencies, and the team hasn't yet had time to investigate and fix. PRs always welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants