Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -62,8 +62,8 @@ pandas==2.2.3
|
|
62 |
pillow==10.4.0
|
63 |
propcache==0.2.0
|
64 |
proto-plus==1.24.0
|
65 |
-
#
|
66 |
-
protobuf
|
67 |
pyarrow==17.0.0
|
68 |
pyasn1==0.6.1
|
69 |
pyasn1_modules==0.4.1
|
|
|
62 |
pillow==10.4.0
|
63 |
propcache==0.2.0
|
64 |
proto-plus==1.24.0
|
65 |
+
# Use a version of protobuf that is compatible with all libraries
|
66 |
+
protobuf==5.26.0 # This version avoids the exclusions from TensorFlow
|
67 |
pyarrow==17.0.0
|
68 |
pyasn1==0.6.1
|
69 |
pyasn1_modules==0.4.1
|