Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Mar 7, 2024
1 parent e121ac7 commit 32c9d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ requirements:
- dlpack >=0.5,<0.6.0a0
- numpy 1.23
- pyarrow ==14.0.2.*
- libcudf ={{ version }}
- libcudf ==24.04.00a519
- rmm ={{ minor_version }}
{% if cuda_major == "11" %}
- cudatoolkit
Expand All @@ -88,7 +88,7 @@ requirements:
- numba >=0.57
- {{ pin_compatible('numpy', max_pin='x') }}
- {{ pin_compatible('pyarrow', max_pin='x') }}
- libcudf ={{ version }}
- libcudf ==24.04.00a519
- {{ pin_compatible('rmm', max_pin='x.x') }}
- fsspec >=0.6.0
{% if cuda_major == "11" %}
Expand Down

0 comments on commit 32c9d5a

Please sign in to comment.