Skip to content

Commit

Permalink
Move hdbscan pinning to apply to conda and pyproject.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jul 24, 2023
1 parent 1b3ada9 commit 56b6932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- dask-ml
# 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
- hypothesis>=6.0,<7
- nltk
- numpydoc
Expand All @@ -348,14 +351,9 @@ dependencies:
# TODO: Figure out what to do with this dependency
# since the repo is now archived.
- git+https://github.com/dask/dask-glm@main
# 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 @ git+https://github.com/dask/dask-glm@main
# 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 @@ -81,7 +81,7 @@ classifiers = [
test = [
"dask-glm @ git+https://github.com/dask/dask-glm@main",
"dask-ml",
"hdbscan @ git+https://github.com/scikit-learn-contrib/hdbscan.git@master",
"hdbscan<=0.8.30",
"hypothesis>=6.0,<7",
"nltk",
"numpydoc",
Expand Down

0 comments on commit 56b6932

Please sign in to comment.