NVIDIA / spark-rapids-tools

User tools for Spark RAPIDS
Apache License 2.0
43 stars 34 forks source link

Fix Python runtime error caused by numpy 2.0.0 release #1130

Closed amahussein closed 2 weeks ago

amahussein commented 2 weeks ago

Signed-off-by: Ahmed Hussein (amahussein) a@ahussein.me

Fixes #1127

This code change fixes a runtime error caused by pandas loading numpy2.1+ which conflicts with pyArrow requiring numpy1+ In this commit, the fix is to: