Senzen commited on
Commit
0e66bbe
·
verified ·
1 Parent(s): e23cca9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -34
requirements.txt CHANGED
@@ -1,34 +1,32 @@
1
-
2
- beautifulsoup4==4.13.3
3
- gradio==5.22.0
4
- gradio_client==1.8.0
5
- langchain==0.3.20
6
- langchain-community==0.3.19
7
- langchain-core==0.3.45
8
- langchain-openai==0.3.9
9
- langchain-text-splitters==0.3.6
10
- multiprocess==0.70.16
11
- numpy==1.26.4
12
- openai==1.66.3
13
- pandas==2.2.3
14
- pydantic==2.10.6
15
- pydantic_core==2.27.2
16
- pydantic-settings==2.8.1
17
- requests==2.32.3
18
- scikit-learn==1.6.1
19
- scipy==1.15.2
20
- sentence-transformers==3.4.1
21
- tokenizers==0.20.3
22
- torch==2.6.0+cu124
23
- torchaudio==2.6.0
24
- transformers==4.46.1
25
- uvicorn==0.34.0
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
+