From e28b9baa1ff30c9bf1fc68a876f5b2eb2e0d82c1 Mon Sep 17 00:00:00 2001 From: Devavret Makkar Date: Mon, 20 Sep 2021 23:38:01 +0530 Subject: [PATCH] Add python-snappy for cudf/9181 --- conda/recipes/rapids-build-env/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/recipes/rapids-build-env/meta.yaml b/conda/recipes/rapids-build-env/meta.yaml index a59e6966..6eccf5e4 100644 --- a/conda/recipes/rapids-build-env/meta.yaml +++ b/conda/recipes/rapids-build-env/meta.yaml @@ -127,6 +127,7 @@ requirements: - python - python-confluent-kafka {{ python_confluent_kafka_version }} - python-louvain + - python-snappy - rapidjson {{ rapidjson_version }} - ripgrep - s3fs {{ s3fs_version }}