Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -71,7 +71,6 @@ networkx==2.6.3
|
|
71 |
numpy==1.23.5 # Compatible with Keras 2.12
|
72 |
openai==0.27.0
|
73 |
opt_einsum==3.3.0
|
74 |
-
# optree==0.2.2 # Removed due to version not found
|
75 |
orjson==3.8.10
|
76 |
packaging==23.0
|
77 |
pandas==1.5.3
|
@@ -79,11 +78,12 @@ pillow==9.4.0
|
|
79 |
propcache==0.2.0
|
80 |
proto-plus==1.24.0
|
81 |
protobuf==4.21.12
|
82 |
-
pyarrow==6.0.1
|
83 |
pyasn1==0.4.8
|
84 |
pyasn1_modules==0.2.8
|
85 |
pydantic==1.10.11
|
86 |
-
pydantic-settings==0.5.0
|
|
|
87 |
pydantic_core==0.2.0
|
88 |
pydeck==0.8.0
|
89 |
Pygments==2.14.0
|
@@ -125,4 +125,4 @@ watchdog==3.0.0
|
|
125 |
Werkzeug==2.2.3
|
126 |
wheel==0.37.1
|
127 |
wrapt==1.14.1
|
128 |
-
yarl==1.9.1
|
|
|
71 |
numpy==1.23.5 # Compatible with Keras 2.12
|
72 |
openai==0.27.0
|
73 |
opt_einsum==3.3.0
|
|
|
74 |
orjson==3.8.10
|
75 |
packaging==23.0
|
76 |
pandas==1.5.3
|
|
|
78 |
propcache==0.2.0
|
79 |
proto-plus==1.24.0
|
80 |
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==1.10.11
|
85 |
+
# pydantic-settings==0.5.0 # Removed due to version not found
|
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
|
|
|
125 |
Werkzeug==2.2.3
|
126 |
wheel==0.37.1
|
127 |
wrapt==1.14.1
|
128 |
+
yarl==1.9.1
|