Fix pandas (#11987)
* Fix minimum Pandas version to support `future.no_silent_downcasting`
Gradio uses a Pandas feature that was added in v2.2.0, and throws exceptions on older versions.
https://github.com/pandas-dev/pandas/blob/main/doc/source/whatsnew/v2.2.0.rst
* Fix
* Lint
---------
Co-authored-by: Arcitec <38923130+Arcitec@users.noreply.github.com>