Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -81,10 +81,8 @@ protobuf==4.21.12
|
|
81 |
pyarrow==6.0.1 # Updated to a compatible version
|
82 |
pyasn1==0.4.8
|
83 |
pyasn1_modules==0.2.8
|
84 |
-
pydantic==
|
85 |
-
|
86 |
-
pydantic-settings==2.6.0 # Using a compatible version
|
87 |
-
pydantic_core==0.2.0
|
88 |
pydeck==0.8.0
|
89 |
Pygments==2.14.0
|
90 |
pyparsing==3.0.9
|
|
|
81 |
pyarrow==6.0.1 # Updated to a compatible version
|
82 |
pyasn1==0.4.8
|
83 |
pyasn1_modules==0.2.8
|
84 |
+
pydantic==2.6.3 # Updated to a compatible version
|
85 |
+
pydantic-settings==2.6.0 # Updated to match the compatible pydantic version
|
|
|
|
|
86 |
pydeck==0.8.0
|
87 |
Pygments==2.14.0
|
88 |
pyparsing==3.0.9
|