File no-simd-minimal.patch of Package python-polars
Index: polars-py-1.35.1/py-polars/runtime/Cargo.toml =================================================================== --- polars-py-1.35.1.orig/py-polars/runtime/Cargo.toml +++ polars-py-1.35.1/py-polars/runtime/Cargo.toml @@ -107,7 +107,7 @@ full = [ ] default_alloc = ["polars-python/default_alloc"] -default = ["full", "nightly"] +default = ["full"] [lints] workspace = true