Skip to content

Commit

Permalink
Also add numpy upper bound to recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 25, 2025
1 parent 3e4423b commit 4bb39cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ requirements:
- cupy >=12.0.0
- numba-cuda >=0.4.0,<0.5.0a0
- numba >=0.59.1,<0.62.0a0
- numpy >=1.23,<3.0a0
- numpy >=1.23,<2.1
- pyarrow>=14.0.0,<20.0.0a0
- libcudf ={{ version }}
- pylibcudf ={{ version }}
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/pylibcudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ requirements:
- python
- typing_extensions >=4.0.0
- pandas >=2.0,<2.2.4dev0
- numpy >=1.23,<3.0a0
- numpy >=1.23,<2.1
- pyarrow>=14.0.0,<20.0.0a0
- libcudf ={{ version }}
- {{ pin_compatible('rmm', max_pin='x.x') }}
Expand Down

0 comments on commit 4bb39cf

Please sign in to comment.