Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -19
requirements.txt
CHANGED
|
@@ -1,19 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
pandas
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
langchain
|
| 6 |
-
langchain-
|
| 7 |
-
langchain-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
google-generativeai
|
| 17 |
-
python-dotenv
|
| 18 |
-
tavily-python
|
| 19 |
-
|
|
|
|
| 1 |
+
streamlit>=1.37.0
|
| 2 |
+
pandas>=2.2.2
|
| 3 |
+
numpy>=1.26.4
|
| 4 |
+
altair>=5.3.0
|
| 5 |
+
langchain>=0.2.11
|
| 6 |
+
langchain-core>=0.2.11
|
| 7 |
+
langchain-openai>=0.1.8
|
| 8 |
+
deepagents>=0.1.5
|
| 9 |
+
tavily-python>=0.3.2
|
| 10 |
+
pypdf>=4.2.0
|
| 11 |
+
python-docx>=1.1.0
|
| 12 |
+
openai>=1.40.0
|
| 13 |
+
tiktoken>=0.7.0
|
| 14 |
+
typing-extensions>=4.12.2
|
| 15 |
+
requests>=2.32.3
|
|
|
|
|
|
|
|
|
|
|
|