From 2f8b773942462f87ca67f4fd30c9375235c22270 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Tue, 1 Jun 2021 11:01:18 -0400 Subject: [PATCH] Adding hdbscan for cuml test dependency --- 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 c2885a92..c0463159 100644 --- a/conda/recipes/rapids-build-env/meta.yaml +++ b/conda/recipes/rapids-build-env/meta.yaml @@ -78,6 +78,7 @@ requirements: - gmock {{ gmock_version }} - graphviz - gtest {{ gtest_version }} + - hdbscan - httpretty - hypothesis - isort {{ isort_version }}