Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
breezedeus committed Dec 6, 2023
1 parent 85fd88a commit 2f37db6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@
)

required = [
"click",
"tqdm",
"colorlog",
"click",
"numpy",
"torch",
"torchvision",
"transformers",
"pillow",
"chromadb",
]
extras_require = {
Expand Down

0 comments on commit 2f37db6

Please sign in to comment.