Spaces:
Sleeping
Sleeping
Equal signs for all libraries
Browse files- requirements.txt +26 -26
requirements.txt
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
-
streamlit
|
2 |
-
chromadb
|
3 |
llama_index == 0.10.40
|
4 |
-
langchain_community
|
5 |
-
langchain
|
6 |
-
langchain_groq
|
7 |
-
langchain_core
|
8 |
llama_parse == 0.4.2
|
9 |
-
langchain_huggingface
|
10 |
-
unstructured
|
11 |
-
streamlit_chat
|
12 |
-
joblib
|
13 |
-
nest_asyncio
|
14 |
-
fpdf
|
15 |
-
pandas
|
16 |
-
markdown
|
17 |
-
eod
|
18 |
-
numpy
|
19 |
-
pytorch_lightning
|
20 |
-
fastapi
|
21 |
-
torch
|
22 |
-
torchmetrics
|
23 |
-
datetime
|
24 |
-
requests
|
25 |
-
nashpy
|
26 |
-
pydantic
|
27 |
-
typing
|
28 |
-
scipy
|
|
|
1 |
+
streamlit == 1.32.2
|
2 |
+
chromadb == 0.4.24
|
3 |
llama_index == 0.10.40
|
4 |
+
langchain_community == 0.0.29
|
5 |
+
langchain == 0.1.0
|
6 |
+
langchain_groq == 0.1.9
|
7 |
+
langchain_core == 0.2.33
|
8 |
llama_parse == 0.4.2
|
9 |
+
langchain_huggingface == 0.0.3
|
10 |
+
unstructured == 0.11.6
|
11 |
+
streamlit_chat == 0.1.1
|
12 |
+
joblib == 1.4.2
|
13 |
+
nest_asyncio == 1.6.0
|
14 |
+
fpdf == 1.7.2
|
15 |
+
pandas == 2.1.2
|
16 |
+
markdown == 3.5.1
|
17 |
+
eod == 0.2.1
|
18 |
+
numpy == 1.24.2
|
19 |
+
pytorch_lightning == 2.1.0
|
20 |
+
fastapi == 0.104.1
|
21 |
+
torch == 2.1.1
|
22 |
+
torchmetrics == 1.2.0
|
23 |
+
datetime == 5.5
|
24 |
+
requests == 2.31.0
|
25 |
+
nashpy == 0.0.40
|
26 |
+
pydantic == 2.5.2
|
27 |
+
typing == 3.7.4.3
|
28 |
+
scipy == 0.14.0
|