Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
+
streamlit
|
| 4 |
+
deepagents
|
| 5 |
+
langchain>=0.3.3
|
| 6 |
+
langchain-huggingface>=0.1.0
|
| 7 |
+
langgraph>=0.2.0
|
| 8 |
+
torch>=2.2.0
|
| 9 |
+
transformers>=4.44.0
|
| 10 |
+
accelerate
|
| 11 |
+
sentencepiece
|
| 12 |
+
huggingface-hub>=0.23.0
|
| 13 |
+
openai>=1.40.0
|
| 14 |
+
anthropic>=0.25.0
|
| 15 |
+
google-generativeai>=0.7.0
|
| 16 |
+
tavily>=0.3.2
|
| 17 |
+
typing-extensions
|
| 18 |
+
python-dotenv
|
| 19 |
+
tavily-python>=0.3.0
|
| 20 |
+
|