Skip to content

Commit

Permalink
Add upper bound to prevent usage of NumPy 2. (#5797)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Mar 14, 2024
1 parent c52ca52 commit f80035d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/cuml-cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- cython>=3.0.0
run:
- python x.x
- numpy>=1.23
- numpy>=1.23,<2.0a0
- pandas
- scikit-learn=1.2
- hdbscan<=0.8.30
Expand Down

0 comments on commit f80035d

Please sign in to comment.