Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -5
requirements.txt
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
-
numpy>=1.22.4,<1.24
|
2 |
-
pandas==2.2.2
|
3 |
-
tensorflow==2.12.0
|
4 |
-
Pillow
|
5 |
requests
|
6 |
-
streamlit
|
7 |
protobuf==3.20.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
|
|
|
|
|
|
|
|
|
|
1 |
requests
|
|
|
2 |
protobuf==3.20.3
|
3 |
+
tensorflow==2.10.1
|
4 |
+
keras==2.10.0
|
5 |
+
numpy==1.19.5
|
6 |
+
matplotlib==3.4.3
|
7 |
+
pandas==1.3.3
|
8 |
+
Pillow==8.3.2
|
9 |
+
streamlit==1.4.0
|
10 |
+
joblib==1.1.0
|
11 |
+
pickle5==0.0.11
|
12 |
+
|
13 |
|