Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 5, 2024
1 parent 745b40f commit 6cf9e4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rapids-generate-version > ./VERSION

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"

python -m pip wheel . -w dist -vvv --no-deps --disable-pip-version-check
python -m pip wheel . -w dist -v --no-deps --disable-pip-version-check

mkdir -p final_dist
python -m auditwheel repair \
Expand Down
12 changes: 6 additions & 6 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- libucx-cu12==1.15.0,>=0.0.0a0
- libucx-cu12==1.15.0
- matrix: {cuda: "11.*"}
packages:
- libucx-cu11==1.15.0,>=0.0.0a0
- libucx-cu11==1.15.0
- matrix: null
packages:
- libucx==1.15.0,>=0.0.0a0
- libucx==1.15.0
depends_on_ucx_run:
common:
- output_types: conda
Expand All @@ -155,13 +155,13 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- libucx-cu12>=1.15.0,<1.16,>=0.0.0a0
- libucx-cu12>=1.15.0,<1.16
- matrix: {cuda: "11.*"}
packages:
- libucx-cu11>=1.15.0,<1.16,>=0.0.0a0
- libucx-cu11>=1.15.0,<1.16
- matrix: null
packages:
- libucx>=1.15.0,<1.16,>=0.0.0a0
- libucx>=1.15.0,<1.16
test_python:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit 6cf9e4e

Please sign in to comment.