From c73fab862d7e827dc99c830352c4336a407648ca Mon Sep 17 00:00:00 2001 From: divyegala Date: Fri, 24 May 2024 17:00:16 -0700 Subject: [PATCH] hdbscan 0.8.36 conda is released --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-122_arch-x86_64.yaml | 2 +- dependencies.yaml | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 16e79a7fca..0e5f7699f1 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -22,6 +22,7 @@ dependencies: - doxygen=1.9.1 - gcc_linux-64=11.* - graphviz +- hdbscan==0.8.36 - hypothesis>=6.0,<7 - ipykernel - ipython @@ -74,5 +75,4 @@ dependencies: - umap-learn==0.5.3 - pip: - dask-glm==0.3.0 - - hdbscan==0.8.36 name: all_cuda-118_arch-x86_64 diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index ee1c159694..d2ffb81316 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -24,6 +24,7 @@ dependencies: - doxygen=1.9.1 - gcc_linux-64=11.* - graphviz +- hdbscan==0.8.36 - hypothesis>=6.0,<7 - ipykernel - ipython @@ -70,5 +71,4 @@ dependencies: - umap-learn==0.5.3 - pip: - dask-glm==0.3.0 - - hdbscan==0.8.36 name: all_cuda-122_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index 0f16fc8a38..1df7e95056 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -404,6 +404,7 @@ dependencies: - output_types: [conda, requirements, pyproject] packages: - dask-ml + - hdbscan==0.8.36 - hypothesis>=6.0,<7 - nltk - numpydoc @@ -422,12 +423,9 @@ dependencies: - pip - pip: - dask-glm==0.3.0 - # TODO: Install from conda-forge when available - - hdbscan==0.8.36 - output_types: pyproject packages: - dask-glm==0.3.0 - - hdbscan==0.8.36 test_notebooks: common: - output_types: [conda, requirements]