Skip to content

Commit

Permalink
Add upper bound to prevent usage of NumPy 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 11, 2024
1 parent 7437cb3 commit 7ff2812
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 7ff2812

Please sign in to comment.