Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +36 -1
requirements.txt
CHANGED
|
@@ -1 +1,36 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
gradio
|
| 3 |
+
langchain
|
| 4 |
+
langchain-google-genai
|
| 5 |
+
google-generativeai
|
| 6 |
+
tiktoken
|
| 7 |
+
pydantic
|
| 8 |
+
openai
|
| 9 |
+
pathlib
|
| 10 |
+
langchain
|
| 11 |
+
langchain-community
|
| 12 |
+
langchain-core
|
| 13 |
+
langchain-google-genai
|
| 14 |
+
pdfplumber
|
| 15 |
+
python-dotenv
|
| 16 |
+
chromadb
|
| 17 |
+
tiktoken
|
| 18 |
+
huggingface-hub
|
| 19 |
+
sentence-transformers
|
| 20 |
+
uuid
|
| 21 |
+
python-dotenv
|
| 22 |
+
matplotlib
|
| 23 |
+
beautifulsoup4
|
| 24 |
+
pip
|
| 25 |
+
yfinance
|
| 26 |
+
requests
|
| 27 |
+
tavily-python
|
| 28 |
+
newsapi-python
|
| 29 |
+
transformers
|
| 30 |
+
torch
|
| 31 |
+
tavily-python>=0.7.2
|
| 32 |
+
pytest
|
| 33 |
+
#tavily
|
| 34 |
+
#fpdf-1.7.2
|
| 35 |
+
#fpdf2-2.8.3
|
| 36 |
+
websockets>=10.4
|