NumPy 2 got released, which is unfortunately not compatible with pandas 2.0.3, which we depend on specifically.
As quick fix for now simply restrict to numpy < 2.
This is just for making the currently broken installation work again. Generally, we should decide how we handle dependency versions but I'll open a separate issue for that.
NumPy 2 got released, which is unfortunately not compatible with pandas 2.0.3, which we depend on specifically. As quick fix for now simply restrict to numpy < 2.
This is just for making the currently broken installation work again. Generally, we should decide how we handle dependency versions but I'll open a separate issue for that.