Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
torch==2.5.1
|
2 |
marker-pdf[full]==1.7.1
|
3 |
gradio[mcp]==5.28.0
|
4 |
-
huggingface-hub==0.28.1
|
5 |
|
|
|
|
|
6 |
# gradio[mcp] 5.28.0 depends on pydantic>=2.11
|
7 |
pydantic==2.11.4
|
8 |
# fix mcp bug https://github.com/modelcontextprotocol/python-sdk/issues/101
|
|
|
1 |
torch==2.5.1
|
2 |
marker-pdf[full]==1.7.1
|
3 |
gradio[mcp]==5.28.0
|
|
|
4 |
|
5 |
+
# transformers 4.52.4 depends on huggingface-hub>=0.30.0
|
6 |
+
huggingface-hub>=0.30.0
|
7 |
# gradio[mcp] 5.28.0 depends on pydantic>=2.11
|
8 |
pydantic==2.11.4
|
9 |
# fix mcp bug https://github.com/modelcontextprotocol/python-sdk/issues/101
|