Skip to content

Commit

Permalink
revert dependencies file from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Oct 30, 2024
1 parent 8b53c8d commit d0e8750
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dependencies:
- c-compiler
- cxx-compiler
- nccl>=2.19
- libucxx==0.40.*
- libucxx==0.41.*,>=0.0.0a0
specific:
- output_types: conda
matrices:
Expand Down Expand Up @@ -210,7 +210,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- &rmm_unsuffixed rmm==24.10.*
- &rmm_unsuffixed rmm==24.12.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -237,12 +237,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- &rmm_cu12 rmm-cu12==24.10.*
- &rmm_cu12 rmm-cu12==24.12.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- &rmm_cu11 rmm-cu11==24.10.*
- &rmm_cu11 rmm-cu11==24.12.*,>=0.0.0a0
- {matrix: null, packages: [*rmm_unsuffixed] }
checks:
common:
Expand Down Expand Up @@ -514,14 +514,14 @@ dependencies:
common:
- output_types: [conda, pyproject]
packages:
- dask-cuda==24.10.*
- dask-cuda==24.12.*,>=0.0.0a0
- joblib>=0.11
- numba>=0.57
- rapids-dask-dependency==24.10.*
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- output_types: conda
packages:
- &pylibraft_unsuffixed pylibraft==24.10.*
- &ucx_py_unsuffixed ucx-py==0.40.*
- &pylibraft_unsuffixed pylibraft==24.12.*,>=0.0.0a0
- &ucx_py_unsuffixed ucx-py==0.41.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -535,14 +535,14 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- &pylibraft_cu12 pylibraft-cu12==24.10.*
- &ucx_py_cu12 ucx-py-cu12==0.40.*
- &pylibraft_cu12 pylibraft-cu12==24.12.*,>=0.0.0a0
- &ucx_py_cu12 ucx-py-cu12==0.41.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- &pylibraft_cu11 pylibraft-cu11==24.10.*
- &ucx_py_cu11 ucx-py-cu11==0.40.*
- &pylibraft_cu11 pylibraft-cu11==24.12.*,>=0.0.0a0
- &ucx_py_cu11 ucx-py-cu11==0.41.*,>=0.0.0a0
- {matrix: null, packages: [*pylibraft_unsuffixed, *ucx_py_unsuffixed]}
test_python_common:
common:
Expand All @@ -562,7 +562,7 @@ dependencies:
packages:
# UCXX is not currently a hard-dependency thus only installed during tests,
# this will change in the future.
- &distributed_ucxx_unsuffixed distributed-ucxx==0.40.*
- &distributed_ucxx_unsuffixed distributed-ucxx==0.41.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -575,12 +575,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- distributed-ucxx-cu12==0.40.*
- distributed-ucxx-cu12==0.41.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- distributed-ucxx-cu11==0.40.*
- distributed-ucxx-cu11==0.41.*,>=0.0.0a0
- {matrix: null, packages: [*distributed_ucxx_unsuffixed]}
depends_on_ucx_build:
common:
Expand Down

0 comments on commit d0e8750

Please sign in to comment.