Skip to content

Commit

Permalink
Setting ucx-py version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Oct 4, 2023
1 parent 1b7f803 commit dec06d8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ dependencies:
- sphinx-markdown-tables
- sysroot_linux-64==2.17
- ucx-proc=*=gpu
- ucx-py==0.34.*
- ucx-py==0.35.*
- ucx>=1.13.0
name: all_cuda-118_arch-x86_64
1 change: 0 additions & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ dependencies:
- sphinx-markdown-tables
- sysroot_linux-64==2.17
- ucx-proc=*=gpu
- ucx-py==0.34.*
- ucx-py==0.35.*
- ucx>=1.13.0
name: all_cuda-120_arch-x86_64
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ dependencies:
- dask-core==2023.9.2
- ucx>=1.13.0
- ucx-proc=*=gpu
- &ucx_py_conda ucx-py==0.34.*
- &ucx_py_conda ucx-py==0.35.*
- output_types: pyproject
packages:
- &pylibraft_conda pylibraft==23.12.*
Expand All @@ -457,13 +457,13 @@ dependencies:
- matrix: {cuda: "12.2"}
packages: &run_raft_dask_packages_cu12
- &pylibraft_cu12 pylibraft-cu12==23.12.*
- &ucx_py_cu12 ucx-py-cu12==0.34.*
- &ucx_py_cu12 ucx-py-cu12==0.35.*
- {matrix: {cuda: "12.1"}, packages: *run_raft_dask_packages_cu12}
- {matrix: {cuda: "12.0"}, packages: *run_raft_dask_packages_cu12}
- matrix: {cuda: "11.8"}
packages: &run_raft_dask_packages_cu11
- &pylibraft_cu11 pylibraft-cu11==23.12.*
- &ucx_py_cu11 ucx-py-cu11==0.34.*
- &ucx_py_cu11 ucx-py-cu11==0.35.*
- {matrix: {cuda: "11.5"}, packages: *run_raft_dask_packages_cu11}
- {matrix: {cuda: "11.4"}, packages: *run_raft_dask_packages_cu11}
- {matrix: {cuda: "11.2"}, packages: *run_raft_dask_packages_cu11}
Expand Down
1 change: 0 additions & 1 deletion python/raft-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies = [
"numba>=0.57",
"numpy>=1.21",
"pylibraft==23.12.*",
"ucx-py==0.34.*",
"ucx-py==0.35.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down

0 comments on commit dec06d8

Please sign in to comment.