# Building with polars is sooo slow.
# It's only there for the example, so let's remove it
# in the regular build process.
# Requires toml package
importshutilimporttomlct=toml.load("Cargo.toml")delct["dev-dependencies"]delct["bench"]withopen("Cargo.toml","w")asfile:toml.dump(ct,file)# Also delete the rust example.
shutil.rmtree("examples")