Skip to content

Commit

Permalink
FIX rmm should be a run and not host dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Sep 22, 2023
1 parent 4f0a2d2 commit 6ecbbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/raft-ann-bench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ requirements:
- h5py {{ h5py_version }}
- benchmark
- matplotlib
# rmm is needed to determine if package is gpu-enabled
- rmm ={{ minor_version }}
- python
- pandas
- pyyaml
Expand All @@ -100,6 +98,8 @@ requirements:
- h5py {{ h5py_version }}
- benchmark
- glog {{ glog_version }}
# rmm is needed to determine if package is gpu-enabled
- rmm ={{ minor_version }}
- matplotlib
- python
- pandas
Expand Down

0 comments on commit 6ecbbee

Please sign in to comment.