Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
requests
|
2 |
-
beautifulsoup4
|
3 |
-
newspaper3k
|
4 |
transformers
|
5 |
torch
|
6 |
scipy
|
@@ -8,9 +8,6 @@ numpy
|
|
8 |
pandas
|
9 |
python-dotenv
|
10 |
torch
|
11 |
-
newspaper3k
|
12 |
-
lxml
|
13 |
-
lxml_html_clean
|
14 |
IPython
|
15 |
soundfile
|
16 |
deep_translator
|
@@ -19,5 +16,4 @@ bertopic
|
|
19 |
sentence_transformers
|
20 |
streamlit
|
21 |
lxml[html_clean]
|
22 |
-
google-generativeai
|
23 |
-
lxml[html_clean]
|
|
|
1 |
+
requests==2.31.0
|
2 |
+
beautifulsoup4==4.12.2
|
3 |
+
newspaper3k==0.2.8
|
4 |
transformers
|
5 |
torch
|
6 |
scipy
|
|
|
8 |
pandas
|
9 |
python-dotenv
|
10 |
torch
|
|
|
|
|
|
|
11 |
IPython
|
12 |
soundfile
|
13 |
deep_translator
|
|
|
16 |
sentence_transformers
|
17 |
streamlit
|
18 |
lxml[html_clean]
|
19 |
+
google-generativeai
|
|