Update requirements.txt
Browse files- requirements.txt +32 -34
requirements.txt
CHANGED
@@ -1,34 +1,32 @@
|
|
1 |
-
|
2 |
-
beautifulsoup4==4.13.3
|
3 |
-
|
4 |
-
|
5 |
-
langchain==0.3.
|
6 |
-
langchain-
|
7 |
-
langchain-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
pydantic==2.
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
1 |
+
|
2 |
+
beautifulsoup4==4.13.3
|
3 |
+
langchain==0.3.20
|
4 |
+
langchain-community==0.3.19
|
5 |
+
langchain-core==0.3.45
|
6 |
+
langchain-openai==0.3.9
|
7 |
+
langchain-text-splitters==0.3.6
|
8 |
+
multiprocess==0.70.16
|
9 |
+
numpy==1.26.4
|
10 |
+
openai==1.66.3
|
11 |
+
pandas==2.2.3
|
12 |
+
pydantic==2.10.6
|
13 |
+
pydantic_core==2.27.2
|
14 |
+
pydantic-settings==2.8.1
|
15 |
+
requests==2.32.3
|
16 |
+
scikit-learn==1.6.1
|
17 |
+
scipy==1.15.2
|
18 |
+
sentence-transformers==3.4.1
|
19 |
+
tokenizers==0.20.3
|
20 |
+
torch==2.6.0
|
21 |
+
torchaudio==2.6.0
|
22 |
+
transformers==4.46.1
|
23 |
+
uvicorn==0.34.0
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
|
|
|
|