I would like to change all dependencies except `prqlc` to optional so that we can install only what we need like `pyprql[pandas]` or `pyprql[jupyter]`. In many cases pandas are no longer needed, especially when polars are added to the dependency by #373.