Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -22,4 +22,8 @@ streamlit-float==0.3.2
|
|
22 |
unstructured[md]
|
23 |
unstructured==0.12.5
|
24 |
unstructured-client==0.18.0
|
25 |
-
pydantic==2.7.0
|
|
|
|
|
|
|
|
|
|
22 |
unstructured[md]
|
23 |
unstructured==0.12.5
|
24 |
unstructured-client==0.18.0
|
25 |
+
pydantic==2.7.0
|
26 |
+
nltk==3.8.1
|
27 |
+
numexpr==2.8.7
|
28 |
+
onnx==1.15.0
|
29 |
+
onnxruntime==1.17.1
|