linkedin / greykite

A flexible, intuitive and fast forecasting library
BSD 2-Clause "Simplified" License
1.81k stars 106 forks source link

Loosening dill version #109

Closed mahanh closed 1 year ago

mahanh commented 1 year ago

We want to explore greykite with Apache Beam, and getting package conflicts due to dill versions

Is there any reason why it's pinned as dill>=0.3.3 in greykite? Is it possible to loosen it to dill>=0.3.1.1?

njusu commented 1 year ago

We have made two changes (1) dill>=0.3.1.1 and (2) holidays<0.25. We just released a new version 5.0.1 on pypi: https://pypi.org/project/greykite/0.5.1

Hope this helps!

mahanh commented 1 year ago

thanks so much!