Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop
{{ pin_compatible('numpy', max_pin='x') }}
(#16301)
Part of issue: rapidsai/build-planning#82 Drop `{{ pin_compatible('numpy', max_pin='x') }}` as it is no longer needed. `numpy` has its own `run_exports`, which constraints `numpy` to an API compatible version. More details in issue: https://github.com/orgs/rapidsai/projects/132 So `cudf` now uses that in its recipe builds. Also update `requirements/run` to set the `numpy` lower bound to `1.23` as required by us. Lastly add todo comments for NumPy 2 update lines. Authors: - https://github.com/jakirkham Approvers: - James Lamb (https://github.com/jameslamb) URL: #16301
- Loading branch information