rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
273 stars 67 forks source link

Remove NumPy <2 pin #622

Open seberg opened 3 weeks ago

seberg commented 3 weeks ago

This PR removes the NumPy<2 pin which is expected to work for RAPIDS projects once CuPy 13.3.0 is released (CuPy 13.2.0 had some issues preventing the use with NumPy 2).

EDIT: Sorry, converted back to draft again, NumPy 2 is not yet picked up.

jakirkham commented 2 weeks ago

Note that cuxfilter depends on cuspatial

https://github.com/rapidsai/cuxfilter/blob/ca63e9d5fdfced7f993f18989ae42409185cff43/dependencies.yaml#L200

So this depends on PR: https://github.com/rapidsai/cuspatial/pull/1441

jakirkham commented 2 weeks ago

cc @jameslamb (for awareness)

seberg commented 2 weeks ago

Yeah, sorry, I unmarked draft too early, but I think once things are in place and NumPy is picked up we can make it no-draft again and it should be good.

jakirkham commented 2 weeks ago

All good. Was more looping in James as we had discussed the cuSpatial NumPy 2 PR earlier