Closed divyegala closed 2 months ago
Seeing some of the tests failing due to NumPy 2 compatibility issues on CI. This is the same thing we have seen elsewhere: https://github.com/rapidsai/cuml/pull/6047#issuecomment-2316017613
Think the reason we are getting NumPy 2 here is there is not a constraint on this dependency in cuML
We are fixing both of these issues in PR: https://github.com/rapidsai/cuml/pull/6031
Have taken the changes in this PR and merged them into PR: https://github.com/rapidsai/cuml/pull/6031
That way we have all the CI fixes and skips in one place so we can hopefully clear out the CI issues in one go
Thank you Divye for putting this and issue ( https://github.com/rapidsai/cuml/issues/6050 ) together! 🙏
Have tweaked this to reenable the skipped wheel tests so we have somewhere to test and fix this issue
Hope that is ok 🙂
/merge
Reference issue: https://github.com/rapidsai/cuml/issues/6050