Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HDBSCAN package pin to 0.8.38 #5906

Merged
merged 10 commits into from
Aug 15, 2024
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- doxygen=1.9.1
- gcc_linux-64=11.*
- graphviz
- hdbscan<=0.8.30
- hdbscan==0.8.36
- hypothesis>=6.0,<7
- ipykernel
- ipython
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- doxygen=1.9.1
- gcc_linux-64=11.*
- graphviz
- hdbscan<=0.8.30
- hdbscan==0.8.36
- hypothesis>=6.0,<7
- ipykernel
- ipython
Expand Down
6 changes: 1 addition & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- dask-ml
- hdbscan==0.8.36
- hypothesis>=6.0,<7
- nltk
- numpydoc
Expand All @@ -422,14 +423,9 @@ dependencies:
- pip
- pip:
- dask-glm==0.3.0
# TODO: remove pin once a release that includes fixes for the error
# is released: https://github.com/rapidsai/cuml/issues/5514
- hdbscan<=0.8.30
- output_types: pyproject
packages:
- dask-glm==0.3.0
# TODO: Can we stop pulling from the master branch now that there was a release in October?
- hdbscan @ git+https://github.com/scikit-learn-contrib/hdbscan.git@master
test_notebooks:
common:
- output_types: [conda, requirements]
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ classifiers = [
test = [
"dask-glm==0.3.0",
"dask-ml",
"hdbscan @ git+https://github.com/scikit-learn-contrib/hdbscan.git@master",
"hdbscan==0.8.36",
divyegala marked this conversation as resolved.
Show resolved Hide resolved
"hypothesis>=6.0,<7",
"nltk",
"numpydoc",
Expand Down
Loading