DocUA commited on
Commit
0a9d167
·
1 Parent(s): 8d119a4

Оновлено залежність Gradio до версії 5.0.0 у файлі requirements.txt для покращення сумісності з новими функціями та виправленнями. Це забезпечить кращу продуктивність та стабільність платформи MarkItDown.

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@
2
  # Strategic dependency selection for enterprise-grade reliability
3
 
4
  # Core Framework Dependencies
5
- gradio>=4.44.0,<5.0.0 # UI framework - aligned with production deployment
6
  markitdown[all]>=0.1.0 # Microsoft's document conversion engine
7
 
8
  # LLM Integration - Gemini Focus
 
2
  # Strategic dependency selection for enterprise-grade reliability
3
 
4
  # Core Framework Dependencies
5
+ gradio>=5.0.0 # UI framework - aligned with production deployment
6
  markitdown[all]>=0.1.0 # Microsoft's document conversion engine
7
 
8
  # LLM Integration - Gemini Focus