Add support for pandas>=3
Author: shchurCreated Jul 20, 2026Updated Jul 20, 2026
Labelsdependency
We should add support for pandas>=3.
Currently we are blocked by several core upstream dependencies for autogluon.timeseries
- statsforecast https://github.com/Nixtla/statsforecast/issues/1182
- mlforecast
- gluonts
Draft PR: https://github.com/autogluon/autogluon/pull/5654. We cannot properly test it until all our upstream dependencies allow pandas 3.
Source: autogluon/autogluon