Skip to content

Commit

Permalink
chore(cudf): update numpy and numba pins
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Feb 26, 2025
1 parent e37fc7a commit bec4719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda/recipes/cudf/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ requirements:
- typing_extensions >=4.0.0
- pandas >=2.0,<2.2.4dev0
- cupy >=12.0.0
- numba-cuda >=0.2.0,<0.3.0a0
- numba >=0.59.1,<0.61.0a0
- numpy >=1.23,<3.0a0
- numba-cuda >=0.4.0,<0.5.0a0
- numba >=0.59.1,<0.62.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/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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", upper_bound="x.x") }}
Expand Down

0 comments on commit bec4719

Please sign in to comment.