Spaces:
Sleeping
Sleeping
Regino
commited on
Commit
·
1607297
1
Parent(s):
60845fc
sflsdfn
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
streamlit==1.22.0
|
3 |
+
opencv-python==4.8.0.74
|
4 |
+
tensorflow-cpu==2.10.0 # <--- IMPORTANT CHANGE: Use CPU version and pin.
|
5 |
+
numpy==1.23.0 # Pin NumPy, compatible with TF 2.10
|
6 |
+
streamlit-webrtc==0.45.0
|
7 |
+
av==10.0.0
|
8 |
+
Pillow==9.5.0 # Pin Pillow
|