Skip to content

Commit

Permalink
FIX pin hdbscan to fix pytests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Jul 21, 2023
1 parent a47c73e commit 5abd2d1
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 5abd2d1

Please sign in to comment.