In #531 we exclude pandas 3.0.0, 3.0.1, 3.0.2 from the dependencies as they include an issue that leads to wrong audformat.segmented_index() values.
The solution for it is implemented at pandas-dev/pandas#65170, but we need to make sure that this fix is included in pandas 3.0.3. As we have a failing test for the reported bug, it should be doable by just running the tests on the new version when it is released.
In #531 we exclude
pandas3.0.0, 3.0.1, 3.0.2 from the dependencies as they include an issue that leads to wrongaudformat.segmented_index()values.The solution for it is implemented at pandas-dev/pandas#65170, but we need to make sure that this fix is included in
pandas3.0.3. As we have a failing test for the reported bug, it should be doable by just running the tests on the new version when it is released.