Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -8
requirements.txt
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
-
streamlit==1.19.0
|
2 |
-
torch==1.13.1
|
3 |
-
transformers==4.34.0
|
4 |
-
pandas==1.5.3
|
5 |
-
scikit-learn==1.2.2
|
6 |
-
numpy==1.23.5
|
7 |
-
matplotlib==3.7.1
|
8 |
-
scipy==1.10.0
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.19.0
|
2 |
+
torch==1.13.1
|
3 |
+
transformers==4.34.0
|
4 |
+
pandas==1.5.3
|
5 |
+
scikit-learn==1.2.2
|
6 |
+
numpy==1.23.5
|
7 |
+
matplotlib==3.7.1
|
8 |
+
scipy==1.10.0
|
9 |
+
streamlit==1.40.2
|
10 |
+
phidata==2.7.3
|
11 |
+
Pillow==10.0.0
|
12 |
+
duckduckgo-search==6.4.1
|
13 |
+
google-generativeai==0.8.3
|