Loading
python3Packages.polars: fix the mimalloc flag
Since https://github.com/pola-rs/polars/pull/16365, the proper way to use the mimalloc allocator is the allocator=mimalloc config options, instead of use_mimalloc. Update our packaging accordingly