HuzaifaTech commited on
Commit
a34e65c
·
verified ·
1 Parent(s): 933c098

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
- chromadb
3
- sentence-transformers
4
- groq
5
- pypdf
6
- python-docx
 
1
+ gradio>=4.0.0
2
+ chromadb>=0.4.0
3
+ sentence-transformers>=2.2.0
4
+ groq>=0.9.0
5
+ pypdf>=3.0.0
6
+ python-docx>=1.1.0