Skip to content

Commit

Permalink
Update dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 15, 2025
1 parent dcf3380 commit 97fd77a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ files:
- depends_on_raft_dask
- depends_on_rmm
- docs
- py_build
- py_run
- py_build_cuml
- py_run_cuml
- py_version
- rapids_build_backend
- test_python
Expand Down Expand Up @@ -115,7 +115,7 @@ files:
- depends_on_libraft_headers
- depends_on_pylibraft
- depends_on_rmm
- py_build
- py_build_cuml
py_run_cuml:
output: pyproject
pyproject_dir: python/cuml
Expand All @@ -131,7 +131,7 @@ files:
- depends_on_pylibraft
- depends_on_raft_dask
- depends_on_rmm
- py_run
- py_run_cuml
py_test_cuml:
output: pyproject
pyproject_dir: python/cuml
Expand Down Expand Up @@ -221,14 +221,14 @@ dependencies:
packages:
- cuda-nvcc
- gcc_linux-aarch64=13.*
py_build:
py_build_cuml:
common:
- output_types: [conda, requirements, pyproject]
packages:
- &cython cython>=3.0.0
- &treelite treelite==4.3.0

py_run:
py_run_cuml:
common:
- output_types: [conda, requirements, pyproject]
packages:
Expand Down

0 comments on commit 97fd77a

Please sign in to comment.