Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -7,3 +7,5 @@ huggingface-hub==0.28.1
|
|
7 |
pydantic==2.11.4
|
8 |
# fix mcp bug https://github.com/modelcontextprotocol/python-sdk/issues/101
|
9 |
mcp==1.7.1
|
|
|
|
|
|
7 |
pydantic==2.11.4
|
8 |
# fix mcp bug https://github.com/modelcontextprotocol/python-sdk/issues/101
|
9 |
mcp==1.7.1
|
10 |
+
# surya-ocr 0.14.2 depends on torch==2.7.0
|
11 |
+
surya-ocr<=0.14.1
|