Skip to content

Commit

Permalink
Explicitly depend on numpy as well for cudf-polars tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 4, 2024
1 parent 43b05cd commit b5672c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- *numpy
- rapids-dask-dependency==24.12.*,>=0.0.0a0
depends_on_libcudf:
common:
Expand Down
1 change: 1 addition & 0 deletions python/cudf_polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ classifiers = [

[project.optional-dependencies]
test = [
"numpy>=1.23,<3.0a0",
"pytest-cov",
"pytest-xdist",
"pytest<8",
Expand Down

0 comments on commit b5672c3

Please sign in to comment.