Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
googlesearch-python
|
10 |
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
scikit-learn==1.3.1
|
3 |
+
numpy==1.23.0
|
4 |
+
pandas==1.5.0
|
5 |
+
transformers==4.30.0
|
6 |
+
torch==2.0.0
|
7 |
+
|
8 |
+
|
|
|
9 |
|