Skip to content

Commit

Permalink
Revert "Use ucx 1.16"
Browse files Browse the repository at this point in the history
This reverts commit 1b4c72c.
  • Loading branch information
dagardner-nv committed May 24, 2024
1 parent 1b4c72c commit 14dc42e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ci/conda/recipes/libmrc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ requirements:
- pybind11-stubgen =0.10
- python {{ python }}
- scikit-build =0.17
- ucx =1.16
- ucx =1.15

outputs:
- name: libmrc
Expand Down Expand Up @@ -91,12 +91,12 @@ outputs:
- libhwloc =2.9.2
- librmm {{ rapids_version }}
- nlohmann_json =3.11
- ucx =1.16
- ucx =1.15
run:
# Manually add any packages necessary for run that do not have run_exports. Keep sorted!
- cuda-version {{ cuda_version }}.*
- nlohmann_json =3.11
- ucx =1.16
- ucx =1.15
- cuda-cudart
- boost-cpp =1.84
test:
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ dependencies:
- python-graphviz
- python=3.10
- scikit-build=0.17
- ucx=1.16
- ucx=1.15
- yapf
name: all_cuda-121_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/ci_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ dependencies:
- python-graphviz
- python=3.10
- scikit-build=0.17
- ucx=1.16
- ucx=1.15
name: ci_cuda-121_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies:
- pkg-config=0.29
- pybind11-stubgen=0.10
- scikit-build=0.17
- ucx=1.16
- ucx=1.15

checks:
common:
Expand Down

0 comments on commit 14dc42e

Please sign in to comment.