Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -17
requirements.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
-
numpy
|
2 |
-
scipy
|
3 |
-
chromadb
|
4 |
-
xformers
|
5 |
-
langchain
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
1 |
+
numpy>=1.26.0
|
2 |
+
scipy>=1.11.0
|
3 |
+
chromadb>=0.4.0
|
4 |
+
xformers>=0.0.26
|
5 |
+
langchain>=0.2.0
|
6 |
+
torch>=2.3.0
|
7 |
+
flash-attn>=2.5.8
|
8 |
+
langchain-community>=0.2.0
|
9 |
+
sentence-transformers>=3.0.0
|
10 |
+
langchain-huggingface>=0.0.4
|
11 |
+
langchain_nvidia_ai_endpoints>=0.0.3
|
12 |
+
langgraph>=0.0.34
|
13 |
+
gradio>=4.30.0
|
14 |
+
PyPDF2>=3.0.0
|
15 |
+
tqdm>=4.66.0
|
16 |
+
beautifulsoup4>=4.12.0
|
17 |
+
pandas>=2.2.0
|
18 |
+
tavily-python>=0.3.0
|