Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -22
requirements.txt
CHANGED
|
@@ -1,26 +1,14 @@
|
|
| 1 |
-
# Core – LangChain-Ökosystem
|
| 2 |
langchain
|
| 3 |
langgraph
|
| 4 |
-
langchain-google-genai
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
tavily-python # Web-Search-API
|
| 10 |
-
wikipedia-api # Wikipedia-Wrapper
|
| 11 |
-
|
| 12 |
-
# Data-Handling
|
| 13 |
pandas
|
| 14 |
-
openpyxl
|
| 15 |
-
tabulate
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
requests # GAIA-API & File-Download
|
| 19 |
-
python-dotenv # .env-Support (lokal)
|
| 20 |
-
|
| 21 |
-
# UI (Hugging Face Space)
|
| 22 |
gradio
|
| 23 |
-
gradio[oauth]
|
| 24 |
-
|
| 25 |
-
# Optional / Helper
|
| 26 |
-
beautifulsoup4 # wird von manchen LangChain-Wrappers genutzt
|
|
|
|
|
|
|
| 1 |
langchain
|
| 2 |
langgraph
|
| 3 |
+
langchain-google-genai
|
| 4 |
+
langchain-community
|
| 5 |
+
langchain-experimental
|
| 6 |
+
tavily-python
|
| 7 |
+
wikipedia-api
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
pandas
|
| 9 |
+
openpyxl
|
| 10 |
+
tabulate
|
| 11 |
+
requests
|
| 12 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
gradio
|
| 14 |
+
gradio[oauth]
|
|
|
|
|
|
|
|
|