My problem was that i thought the polars-u64-idx was an addtional package that needed to be installed.
But I need to use it as a replacement.
So instead of:
pip install polars==1.29.0
pip install polars-u64-idx==1.29.0
I only need to do:
pip install polars-u64-idx==1.29.0