predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
1k stars 67 forks source link

Pandas 2.0.0 dependency conflict #203

Closed florian6973 closed 1 year ago

florian6973 commented 1 year ago

Hi!

I would like to install plotly-resampler 0.8.3.2 but it fails because other libraries are using pandas 2.0.x

Will a fix be released soon in plotly-resampler to support pandas 2.0.0 please?

Thanks

jvdd commented 1 year ago

Hey @florian6973

You can try installing pre-release 0.9.0rc0, which should allow using pandas 2.0 :)

In a couple of weeks we plan to do a new major release (0.9.0) where pandas 2.0 is allowed - in the meantime this release candidate (0.9.0rc0) should help you out.

Hope this helps!


Duplicate of #193

florian6973 commented 1 year ago

Perfect, thank you very much for your quick reply and help!

anirban-ray-publicis-sapient commented 1 year ago

Hi @jvdd, can you share any possible ETA for 0.9.0 release? We are using plotly-resampler indirectly as a dependency of statsforecast, and will really prefer to start using pandas v2 now, especially because few of our other dependencies.

jonasvdd commented 1 year ago

Hi @anirban-ray-publicis-sapient, V0.9.0 is released! 🚀

jonasvdd commented 1 year ago

If you can confirm that this works as expected, we can close this issue! :)

anirban-ray-publicis-sapient commented 1 year ago

Hi @jonasvdd, I can confirm that my problem is solved. Thanks a lot for the super prompt response.