Skip to content

Commit

Permalink
[cli] add cli requirements of umap+hdbscan (#372)
Browse files Browse the repository at this point in the history
* [cli] add cli requirements of umap+hdbscan

* [cli] fix cpplint=1.6.1 in .github/workflows/lint.yml
  • Loading branch information
JiJiJiang authored Oct 12, 2024
1 parent ecd36be commit c047286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Run cpplint
run: |
set -eux
pip install cpplint
pip install cpplint==1.6.1
cpplint --version
cpplint --recursive .
if [ $? != 0 ]; then exit 1; fi
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
requirements = [
"tqdm",
"kaldiio",
"hdbscan==0.8.37",
"umap-learn==0.5.6",
"torch>=1.12.0",
"torchaudio>=0.12.0",
"silero-vad",
Expand Down

0 comments on commit c047286

Please sign in to comment.