Closed fkiraly closed 4 months ago
From https://github.com/sktime/skpro/pull/393, framework is compatible without any issues.
From https://github.com/sktime/skpro/pull/395, everything including all estimators is compatible without any issues. Minor restriction is that, in case of soft dependencies, we know this only for packages that already support numpy 2
, but I would not expect any major problems as interface code does not use numpy
typically, and if it does, only very superficially.
Meaning, we can bump the numpy bound in 2.4.0.
numpy 2
has been released. We should test framework and all estimators for compatibility, and bump the version with the next MINOR release.