Skip to content

Commit

Permalink
move cudf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 10, 2024
1 parent 3e1e04f commit 473f306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cloudpickle
- &cudf_conda cudf==24.8.*,>=0.0.0a0
- dask
- distributed
- numba>=0.57
Expand All @@ -189,6 +188,7 @@ dependencies:
- pytest-rerunfailures
- output_types: [conda]
packages:
- &cudf_conda cudf==24.8.*,>=0.0.0a0
- cupy>=12.0.0
specific:
- output_types: [requirements, pyproject]
Expand Down

0 comments on commit 473f306

Please sign in to comment.