pandas 3.0.0 changed the default precision when converting to timedelta: https://pandas.pydata.org/docs/dev/whatsnew/v3.0.0.html#datetime-timedelta-resolution-inference
This caused already an issue in a CI pipeline in auglib that used audformat.utils.to_segmented_index(), so we will need to adjust audformat to work with pandas 3.0.0 as well.