Skip to content

Commit

Permalink
Adding pandas to conda recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Sep 8, 2023
1 parent 66bcc7f commit 7a89253
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/raft-ann-bench-cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ requirements:
- nlohmann_json {{ nlohmann_json_version }}
- python
- pyyaml
- pandas

run:
- glog {{ glog_version }}
- h5py {{ h5py_version }}
- matplotlib
- python
- pyyaml
- pandas
- benchmark

about:
Expand Down
7 changes: 7 additions & 0 deletions conda/recipes/raft-ann-bench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ requirements:
- faiss-proc=*=cuda
- libfaiss {{ faiss_version }}
{% endif %}
- h5py {{ h5py_version }}
- benchmark
- matplotlib
- python
- pandas
- pyyaml

run:
- python
Expand All @@ -94,6 +100,7 @@ requirements:
- glog {{ glog_version }}
- matplotlib
- python
- pandas
- pyyaml
about:
home: https://rapids.ai/
Expand Down

0 comments on commit 7a89253

Please sign in to comment.