AI-RESEARCHER-2024 commited on
Commit
ab74cff
·
verified ·
1 Parent(s): 4898e2d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -23
requirements.txt CHANGED
@@ -1,23 +1,7 @@
1
- # HuggingFace Spaces Requirements
2
- # Optimized for HuggingFace Spaces deployment
3
-
4
- # Web Framework
5
- streamlit>=1.28.0
6
-
7
- # Document Processing
8
- python-docx>=0.8.11
9
- PyPDF2>=3.0.0
10
-
11
- # PDF Generation
12
- reportlab>=4.0.0
13
-
14
- # LLM Integration (HuggingFace Inference API)
15
- huggingface_hub>=0.19.0
16
- openai>=1.0.0
17
-
18
- # Data Processing
19
- pandas>=2.0.0
20
- numpy>=1.24.0
21
-
22
- # HTTP
23
- requests>=2.31.0
 
1
+ streamlit>=1.30.0
2
+ python-docx>=1.1.0
3
+ httpx>=0.27.0
4
+ pandas>=2.0.0
5
+ openpyxl>=3.1.0
6
+ reportlab>=4.0.0
7
+ PyMuPDF>=1.24.0