Skip to content

Commit

Permalink
add click dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Jun 21, 2024
1 parent 0fc1447 commit 489cf3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
install_requires=[
"lark==0.11.3",
"numpy<2.0",
"faiss-cpu"
"faiss-cpu",
"click"
],
packages=find_packages(exclude=("tests",)),
extras_require={
Expand Down

0 comments on commit 489cf3c

Please sign in to comment.