dlaima commited on
Commit
d2b14c9
·
verified ·
1 Parent(s): 6a52f23

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -11
requirements.txt CHANGED
@@ -1,20 +1,28 @@
1
 
2
 
3
- gradio>=3.30
4
- requests>=2.28
5
- openai>=0.27.0
6
- pandas>=1.5
7
- smolagents
8
  duckduckgo_search
9
  wikipedia
10
 
11
 
12
- langchain>=0.0.170
13
- langchain-community==0.0.17
14
 
15
  # Additional tools for LangChain Wikipedia integration
16
- beautifulsoup4
17
- html2text
 
 
 
18
 
19
- transformers>=4.40.0
20
- huggingface_hub>=0.21.4
 
 
 
 
 
 
1
 
2
 
3
+ #gradio>=3.30
4
+ #requests>=2.28
5
+ #openai>=0.27.0
6
+ #pandas>=1.5
7
+ #smolagents
8
  duckduckgo_search
9
  wikipedia
10
 
11
 
12
+ #langchain>=0.0.170
13
+ #langchain-community==0.0.17
14
 
15
  # Additional tools for LangChain Wikipedia integration
16
+ #beautifulsoup4
17
+ #html2text
18
+
19
+ #transformers>=4.40.0
20
+ #huggingface_hub>=0.21.4
21
 
22
+ gradio>=3.40
23
+ requests>=2.28
24
+ pandas>=1.5
25
+ smolagents>=0.3.9
26
+ langchain>=0.0.169
27
+ langchain-community>=0.0.9
28
+ python-dotenv>=0.21