Dependencies: add pandas 3 support#1692
Conversation
Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com>
|
Looks like there are a ton of pandas 3 incompatibilities. Might take me some time to fix them all. Feel free to take over if you have more time than me. |
Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com>
|
@martinRenou can you approve the workflows so we can see if pandas 3 works now? |
|
@ChakriCherukuri? Just waiting on someone to merge so we can finally have pandas 3 support... |
|
Any idea if the failing tests are an issue or just a consequence of plotting style differences between pandas 2 and 3? |
|
I think the failure has to do with the update of pandas yes, it seems the notebook https://github.com/bqplot/bqplot/blob/master/ui-tests/tests/notebooks/index_selector_update.ipynb fails to execute |
|
Does that notebook actually use pandas? The error message I'm seeing locally and in CI doesn't involve pandas or any of the files I've modified. Not sure how to debug this without unit tests that point to which code is failing... |
References
Closes #1691
Code changes
Remove upper bound on supported pandas versions.
User-facing changes
N/A
Backwards-incompatible changes
N/A