Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
tensorflow==2.11
|
| 2 |
-
protobuf=
|
| 3 |
streamlit
|
| 4 |
Pillow
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow==2.11 # You can also try 2.10 or 2.9 if issues persist
|
| 2 |
+
protobuf>=3.9.2,<3.20 # Ensuring compatibility with TensorFlow
|
| 3 |
streamlit
|
| 4 |
Pillow
|
| 5 |
+
h5py>=2.9.0
|
| 6 |
+
flatbuffers>=2.0
|
| 7 |
+
libclang>=13.0.0
|
| 8 |
+
google-pasta>=0.1.1
|
| 9 |
+
# Add any other dependencies here
|