Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -62,10 +62,12 @@ pandas==2.2.3
|
|
62 |
pillow==10.4.0
|
63 |
propcache==0.2.0
|
64 |
proto-plus==1.24.0
|
65 |
-
protobuf
|
|
|
66 |
pyarrow==17.0.0
|
67 |
pyasn1==0.6.1
|
68 |
pyasn1_modules==0.4.1
|
|
|
69 |
pydantic>=2.7.4,<3.0.0
|
70 |
pydantic-settings==2.6.0
|
71 |
pydantic_core==2.23.4
|
|
|
62 |
pillow==10.4.0
|
63 |
propcache==0.2.0
|
64 |
proto-plus==1.24.0
|
65 |
+
# Adjusted protobuf version for compatibility with TensorFlow
|
66 |
+
protobuf>=3.20.3,<5.0.0
|
67 |
pyarrow==17.0.0
|
68 |
pyasn1==0.6.1
|
69 |
pyasn1_modules==0.4.1
|
70 |
+
# Specified pydantic version for compatibility with Langchain
|
71 |
pydantic>=2.7.4,<3.0.0
|
72 |
pydantic-settings==2.6.0
|
73 |
pydantic_core==2.23.4
|