Hi everyone,
I just ran into some issues while upgrading python to 3.13
it seems that versions of pandas >2.0.3 are running into problems that already occurred in an older thread "TypeError: Argument 'placement' has incorrect type (expected pandas._libs.internals.BlockPlacement, got slice)" .
The actual problem is that with python 3.12 and 3.13 you can't pip install pandas 2.0.3.
Moreover current versions of numpy(2.2.3) are not compatible with pandas 2.0.3
I don't know how complicated making all of that compatible would be but it surely would be helpful.