CatoG commited on
Commit
e4ff1a9
·
unverified ·
1 Parent(s): f0a522d

Add requirements.txt with necessary dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=5
2
+ python-dotenv
3
+
4
+ langchain>=0.2
5
+ langchain-community>=0.2
6
+ langchain-huggingface>=0.1
7
+
8
+ huggingface_hub>=0.23
9
+ transformers>=4.40
10
+ accelerate
11
+ torch
12
+ wikipedia
13
+ ddgs
14
+ arxiv
15
+
16
+ yfinance
17
+ pandas
18
+ matplotlib
19
+
20
+ requests
21
+ beautifulsoup4
22
+ lxml