Closed mahanh closed 1 year ago
We want to explore greykite with Apache Beam, and getting package conflicts due to dill versions
dill
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?
dill>=0.3.3
dill>=0.3.1.1
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!
thanks so much!
We want to explore greykite with Apache Beam, and getting package conflicts due to
dill
versionsIs there any reason why it's pinned as
dill>=0.3.3
in greykite? Is it possible to loosen it todill>=0.3.1.1
?