Skip to content

Commit

Permalink
Adjusting conda packaging to remove duplicate dependencies (#508)
Browse files Browse the repository at this point in the history
Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Jordan Jacobelli (https://github.com/Ethyling)

URL: #508
  • Loading branch information
cjnolet authored Feb 22, 2022
1 parent 57703c5 commit 11f39d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions conda/recipes/libraft_distance/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ requirements:
- ucx-proc=*=gpu
- gtest=1.10.0
- gmock
- librmm {{ minor_version }}
run:
- libraft-headers {{ version }}
- nccl>=2.9.9
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
- libcusolver>=11.2.1
- librmm {{ minor_version }}

about:
home: http://rapids.ai/
Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/libraft_headers/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ requirements:
- ucx-proc=*=gpu
- gtest=1.10.0
- gmock
- librmm {{ minor_version}}
- libcusolver>=11.2.1
run:
- nccl>=2.9.9
- librmm {{ minor_version}}
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/libraft_nn/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ requirements:
- libfaiss 1.7.0 *_cuda
- gtest=1.10.0
- gmock
- librmm {{ minor_version }}
run:
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
- libraft-headers {{ version }}
- faiss-proc=*=cuda
- libfaiss 1.7.0 *_cuda
- libcusolver>=11.2.1
- librmm {{ minor_version }}

about:
home: http://rapids.ai/
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/pyraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ requirements:
- libraft-headers {{ version }}
- cudatoolkit {{ cuda_version }}.*
- cuda-python >=11.5,<12.0
- nccl>=2.9.9
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
run:
- python x.x
- dask-cuda {{ minor_version }}
- libraft-headers {{ version }}
- cupy>=7.8.0,<10.0.0a0
- nccl>=2.9.9
- rmm {{ minor_version }}
- ucx-py {{ ucx_py_version }}
Expand All @@ -60,4 +60,4 @@ about:
home: http://rapids.ai/
license: Apache-2.0
# license_file: LICENSE
summary: pyraft library
summary: pyraft library

0 comments on commit 11f39d5

Please sign in to comment.