Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -71,7 +71,7 @@ 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
|
75 |
orjson==3.8.10
|
76 |
packaging==23.0
|
77 |
pandas==1.5.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
|