Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-39533: [Python] NumPy 2.0 compat: remove usage of np.core (a…
…pache#39535) ### Rationale for this change Removing usage of `np.core`, as that is deprecated and will be removed in numpy 2.0. For this specific case, we can just hardcode the list of data types instead of using a numpy api (this list doesn't typically change). * Closes: apache#39533 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
- Loading branch information