removed polars example because it wouldn't compile anymore, even when updating to latest version. It also massively reduced the number of downloaded crates

This commit is contained in:
2024-08-19 13:55:19 +02:00
parent 2a89d061a0
commit d246c54cd9
5 changed files with 4 additions and 1119 deletions

View File

@@ -10,7 +10,6 @@ bstr = "1.9.1"
fast-float = "0.2.0"
memchr = "2.7.4"
memmap2 = "0.9.4"
polars = { version = "0.36.2", features = ["csv", "lazy", "nightly", "streaming"]}
rayon = "1.10.0"
rustc-hash = "2.0.0"
libc = "0.2.155"