Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -23
requirements.txt
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
duckduckgo_search
|
9 |
wikipedia
|
10 |
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
# Additional tools for LangChain Wikipedia integration
|
16 |
-
#beautifulsoup4
|
17 |
-
#html2text
|
18 |
-
|
19 |
-
transformers>=4.40.0
|
20 |
-
torch
|
21 |
-
#huggingface_hub>=0.21.4
|
22 |
-
|
23 |
-
gradio>=3.40
|
24 |
-
requests>=2.28
|
25 |
-
pandas>=1.5
|
26 |
-
smolagents>=0.3.9
|
27 |
-
langchain>=0.0.169
|
28 |
-
langchain-community>=0.0.9
|
29 |
-
python-dotenv>=0.21
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|