anudayo commited on
Commit
92e05ea
·
verified ·
1 Parent(s): f7aa4d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio>=4.0,<5.0
 
2
  langchain_community
3
  langchain-groq>=0.1.0,<0.2.0
4
  faiss-cpu==1.7.4
@@ -6,6 +7,5 @@ sentence-transformers>=2.2.2,<3.0.0
6
  python-dotenv>=1.0.0,<2.0.0
7
  pypdf>=3.17.0,<4.0.0
8
  tiktoken>=0.5.1,<1.0.0
9
- pydantic==1.10.2
10
  transformers
11
  torch
 
1
  gradio>=4.0,<5.0
2
+ pydantic==1.10.2
3
  langchain_community
4
  langchain-groq>=0.1.0,<0.2.0
5
  faiss-cpu==1.7.4
 
7
  python-dotenv>=1.0.0,<2.0.0
8
  pypdf>=3.17.0,<4.0.0
9
  tiktoken>=0.5.1,<1.0.0
 
10
  transformers
11
  torch