Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR removes the NumPy<2 pin. This is desirable for RAPIDS projects that do not have a strong numpy/cupy dependency. Not doing any math, they don't run into subtle issues, but the pin was still necessary briefly before NumPy 2 was initially released. (Other RAPIDS projects rely heavily on CuPy/NumPy and need the soon to be released 13.3.0 to function properly, e.g. due to promotion related changes in NumPy.) Authors: - Sebastian Berg (https://github.com/seberg) Approvers: - James Lamb (https://github.com/jameslamb) - https://github.com/jakirkham URL: #1064
- Loading branch information