Spaces:
Sleeping
Sleeping
Create requirements_space.txt
Browse files- requirements_space.txt +17 -0
requirements_space.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langgraph>=0.2.36
|
| 2 |
+
gradio>=4.44.0
|
| 3 |
+
python-dotenv>=1.0.1
|
| 4 |
+
requests>=2.32.3
|
| 5 |
+
langchain_openai
|
| 6 |
+
|
| 7 |
+
chromadb>=0.5.5
|
| 8 |
+
sentence-transformers>=3.0.1
|
| 9 |
+
|
| 10 |
+
pymupdf>=1.24.7
|
| 11 |
+
python-docx>=1.1.2
|
| 12 |
+
pillow>=10.4.0
|
| 13 |
+
numpy>=1.26.0
|
| 14 |
+
|
| 15 |
+
tavily-python>=0.3.5
|
| 16 |
+
networkx>=3.2
|
| 17 |
+
matplotlib>=3.8
|