rapidsai / cuxfilter

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

Requre NumPy 1.23+ #574

Closed jakirkham closed 4 months ago

jakirkham commented 4 months ago

As NumPy 1.23 is needed for Python 3.11 support, go ahead and bump the minimum NumPy version used by cuxfilter to match that.

xref: https://github.com/rapidsai/cuxfilter/pull/572 xref: https://github.com/rapidsai/build-planning/issues/3

AjayThorve commented 4 months ago

/merge

jakirkham commented 4 months ago

Thanks all! 🙏