From 7a89253fe6d2e7f4959d9dae62bb88b0d1e00d0a Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Thu, 7 Sep 2023 21:06:35 -0400 Subject: [PATCH] Adding pandas to conda recipes --- conda/recipes/raft-ann-bench-cpu/meta.yaml | 2 ++ conda/recipes/raft-ann-bench/meta.yaml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/conda/recipes/raft-ann-bench-cpu/meta.yaml b/conda/recipes/raft-ann-bench-cpu/meta.yaml index 699e485d0b..06737b0497 100644 --- a/conda/recipes/raft-ann-bench-cpu/meta.yaml +++ b/conda/recipes/raft-ann-bench-cpu/meta.yaml @@ -50,6 +50,7 @@ requirements: - nlohmann_json {{ nlohmann_json_version }} - python - pyyaml + - pandas run: - glog {{ glog_version }} @@ -57,6 +58,7 @@ requirements: - matplotlib - python - pyyaml + - pandas - benchmark about: diff --git a/conda/recipes/raft-ann-bench/meta.yaml b/conda/recipes/raft-ann-bench/meta.yaml index a5c20b0a28..b817968379 100644 --- a/conda/recipes/raft-ann-bench/meta.yaml +++ b/conda/recipes/raft-ann-bench/meta.yaml @@ -75,6 +75,12 @@ requirements: - faiss-proc=*=cuda - libfaiss {{ faiss_version }} {% endif %} + - h5py {{ h5py_version }} + - benchmark + - matplotlib + - python + - pandas + - pyyaml run: - python @@ -94,6 +100,7 @@ requirements: - glog {{ glog_version }} - matplotlib - python + - pandas - pyyaml about: home: https://rapids.ai/