Skip to content

Commit

Permalink
build and run
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 8, 2024
1 parent 63976f2 commit 72596ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ dependencies:
- matrix: {cuda: "11.*"}
packages:
- libucx-cu11==1.15.0
# NOTE: this fallback needs to be a real, suffixed version
# so 'pip install .' (e.g. as used in docs builds) will work
- matrix: null
packages:
- libucx==1.15.0
- libucx-cu11==1.15.0
depends_on_ucx_run:
common:
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
build-backend = "setuptools.build_meta"
requires = [
"cython>=3.0.0",
"libucx==1.15.0",
"libucx-cu11==1.15.0",
"setuptools>=64.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit 72596ae

Please sign in to comment.