Similar to https://github.com/soler-he/sep_tools/issues/103, PyOnset is not compatible with Pandas 3! Apparently at least in line https://github.com/Christian-Palmroos/PyOnset/blob/5bf82cb2b040d7c0f03d791d0088dab0456cf727/pyonset/__init__.py#L4474 a `.iloc` needs to be added. As a workaround, https://github.com/Christian-Palmroos/PyOnset/blob/5bf82cb2b040d7c0f03d791d0088dab0456cf727/pyproject.toml#L22 would need to be replaced with `"pandas<3.0.0",`.
Similar to soler-he/sep_tools#103, PyOnset is not compatible with Pandas 3! Apparently at least in line
PyOnset/pyonset/__init__.py
Line 4474 in 5bf82cb
.ilocneeds to be added.As a workaround,
PyOnset/pyproject.toml
Line 22 in 5bf82cb
"pandas<3.0.0",.