shaheerawan3 commited on
Commit
2dad0ee
·
verified ·
1 Parent(s): 7ed817f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -4,18 +4,15 @@ transformers>=4.30.2
4
  torch>=2.0.1
5
  python-pptx>=0.6.21
6
  Pillow>=9.5.0
 
7
  requests>=2.31.0
8
  beautifulsoup4>=4.12.2
9
  python-docx>=0.8.11
10
  PyPDF2>=3.0.1
11
  pandas>=1.5.3
12
  numpy>=1.24.3
 
13
 
14
- # Enhanced features
15
- lxml>=4.9.0 # For XML parsing
16
- python-pptx>=0.6.21 # For PPT handling
17
- python-docx>=0.8.11 # For DOCX handling
18
- PyPDF2>=3.0.1 # For PDF handling
19
- nltk>=3.8.1 # For text processing
20
- regex>=2023.5.5 # For advanced text processing
21
- tenacity>=8.2.2 # For retry logic
 
4
  torch>=2.0.1
5
  python-pptx>=0.6.21
6
  Pillow>=9.5.0
7
+ wikipedia>=1.4.0
8
  requests>=2.31.0
9
  beautifulsoup4>=4.12.2
10
  python-docx>=0.8.11
11
  PyPDF2>=3.0.1
12
  pandas>=1.5.3
13
  numpy>=1.24.3
14
+ tqdm>=4.65.0
15
 
16
+ # Optional dependencies for enhancements
17
+ tenacity>=8.2.2 # Retry logic
18
+ matplotlib>=3.7.1 # For charts