Skip to content

Commit

Permalink
Pin hdbscan to fix pytests in CI (#5515)
Browse files Browse the repository at this point in the history
See issue #5514 for description

Authors:
  - Dante Gama Dessavre (https://github.com/dantegd)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Ray Douglass (https://github.com/raydouglass)

URL: #5515
  • Loading branch information
dantegd authored Jul 24, 2023
1 parent a47c73e commit 1b3ada9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
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 @@ -27,7 +27,7 @@ dependencies:
- gmock>=1.13.0
- graphviz
- gtest>=1.13.0
- hdbscan
- hdbscan<=0.8.30
- hypothesis>=6.0,<7
- ipykernel
- ipython
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- gmock>=1.13.0
- graphviz
- gtest>=1.13.0
- hdbscan
- hdbscan<=0.8.30
- hypothesis>=6.0,<7
- ipykernel
- ipython
Expand Down
7 changes: 3 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,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: The conda-forge package is being generated from Leland's fork
# (https://github.com/lmcinnes/hdbscan) which is far behind now. Do
# we need to have that updated?
- hdbscan
# 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
Expand Down

0 comments on commit 1b3ada9

Please sign in to comment.