With pandas 1.4 or later I am getting deprecations warnings from figure_resampler.py ``` pandas.UInt64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead. ```