Skip to content

Commit

Permalink
Drop extraneous dependencies from cudf conda recipe. (#13406)
Browse files Browse the repository at this point in the history
This PR drops two dependencies from the cudf conda recipe.

- `numba` is only a `run` dependency and should not be listed in `host`.
- `fastavro` is only a test dependency. It is listed in `dependencies.yaml` but does not need to be listed in `meta.yaml` as a run dependency. This is already listed as a testing dependency in `pyproject.toml`.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Ray Douglass (https://github.com/raydouglass)

URL: #13406
  • Loading branch information
bdice authored May 22, 2023
1 parent 9b1496d commit b57d1d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ requirements:
- cython >=0.29,<0.30
- scikit-build >=0.13.1
- setuptools
- numba >=0.56.4,<0.57
- dlpack >=0.5,<0.6.0a0
- pyarrow =11
- libcudf ={{ version }}
Expand All @@ -69,7 +68,6 @@ requirements:
- numpy >=1.21,<1.24 # Temporarily upper bound numpy to avoid overflow deprecations
- {{ pin_compatible('pyarrow', max_pin='x.x.x') }}
- libcudf {{ version }}
- fastavro >=0.22.0
- {{ pin_compatible('rmm', max_pin='x.x') }}
- fsspec >=0.6.0
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit b57d1d6

Please sign in to comment.