Skip to content

Commit

Permalink
Perhaps split dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 4, 2024
1 parent 8f7b0a7 commit 43b05cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ files:
key: test
includes:
- test_python_common
- test_python_cudf_common
- test_python_cudf
py_build_libcudf:
output: pyproject
Expand Down Expand Up @@ -281,6 +282,7 @@ files:
key: test
includes:
- test_python_common
- test_python_cudf_common
- test_python_dask_cudf
py_build_cudf_kafka:
output: pyproject
Expand Down Expand Up @@ -313,6 +315,7 @@ files:
key: test
includes:
- test_python_common
- test_python_cudf_common
py_build_custreamz:
output: pyproject
pyproject_dir: python/custreamz
Expand All @@ -337,6 +340,7 @@ files:
key: test
includes:
- test_python_common
- test_python_cudf_common
channels:
- rapidsai
- rapidsai-nightly
Expand Down Expand Up @@ -778,6 +782,7 @@ dependencies:
- pytest<8
- pytest-cov
- pytest-xdist
test_python_cudf_common:
specific:
# Define additional constraints for testing with oldest dependencies.
- output_types: [conda, requirements]
Expand Down

0 comments on commit 43b05cd

Please sign in to comment.