Skip to content

Commit

Permalink
Add upper bound to prevent usage of NumPy 2. (#703)
Browse files Browse the repository at this point in the history
NumPy 2 is expected to be released in the near future. For the RAPIDS 24.04 release, we will pin to `numpy>=1.23,<2.0a0`. This PR adds an upper bound to affected RAPIDS repositories.

xref: rapidsai/build-planning#29

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #703
  • Loading branch information
bdice authored Mar 13, 2024
1 parent 7437cb3 commit 68082db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nccl_version:
numba_version:
- '>=0.57'
numpy_version:
- '>=1.21'
- '>=1.23,<2.0a0'
nvtx_version:
- '>=0.2.1,<0.3'
ucx_version:
Expand Down

0 comments on commit 68082db

Please sign in to comment.