aach456 commited on
Commit
cbfb2a4
·
verified ·
1 Parent(s): 7c22e3c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ pandas>=2.0.0
3
+ numpy>=1.24.0
4
+ requests>=2.31.0
5
+ beautifulsoup4>=4.12.0
6
+ PyPDF2>=3.0.0
7
+ python-docx>=1.0.0
8
+ langchain>=0.1.0
9
+ sentence-transformers>=2.2.2
10
+ transformers>=4.36.0
11
+ faiss-cpu>=1.7.4
12
+ torch>=2.0.0