Update dependencies: pandas>=3 and python>=3.11#4691
Conversation
h-mayorquin
left a comment
There was a problem hiding this comment.
LGTM
It is is a breaking change or users who for some reason can't use the older pandas but I guess they have older versions of SpikeInterface for that,
|
I'm not sure that dropping 3.10 support is worth it to support pandas 3 - I think we should at least discuss it. This would leave us only supporting three versions of Python. (I'm ok with the PR from a technical standpoint though!) |
|
I agree with Chris. 3.10 isn't EOL until October so removing support before then at least seems premature to me. |
Both pandas 3 and zarr 3 dropped support for 3.10. I don't think this will be an issue. Hopefully zarr v3 will be in main by then too |
And I agree with @h-mayorquin here too. If someone wants to use 3.10, we have plenty of older versions (including the current one) with support :) |
Fixes #4687