Skip to content

Commit

Permalink
FIX small order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Sep 22, 2023
1 parent 6ecbbee commit b24e4f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda/recipes/raft-ann-bench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ requirements:
- python
- pandas
- pyyaml
# rmm is needed to determine if package is gpu-enabled
- rmm ={{ minor_version }}

run:
- python
Expand All @@ -98,12 +100,12 @@ requirements:
- h5py {{ h5py_version }}
- benchmark
- glog {{ glog_version }}
# rmm is needed to determine if package is gpu-enabled
- rmm ={{ minor_version }}
- matplotlib
- python
- pandas
- pyyaml
# rmm is needed to determine if package is gpu-enabled
- rmm ={{ minor_version }}
about:
home: https://rapids.ai/
license: Apache-2.0
Expand Down

0 comments on commit b24e4f7

Please sign in to comment.