There exists no wheel for pandas 1.5.3 for python 3.12. This combination of pandas and python version is used by the Databricks Runtime 16.4 (current LTS). When testing code meant for this runtime in a CI/CD environment, pandas needs to be built from source or cached somewhere. Building pandas from source regularly is cumbersome, as is setting up a custom cache for this. Is it possible to release a wheel of that version for python 3.12?
Comment From: mroeschke
Thanks for the suggestion but the team only maintains releases for the most recent minor version (2.3.x), so we won't be making any more releases for the 1.5.x series. Closing