Rausda6 commited on
Commit
2da4095
·
verified ·
1 Parent(s): 7888a85

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -4,7 +4,5 @@ torch>=2.1.0
4
  pydub
5
  edge-tts
6
  aiofiles
7
- fitz # May need to replace with PyMuPDF in some environments
8
- PyMuPDF>=1.23.7
9
- accelerate
10
- pypdf
 
4
  pydub
5
  edge-tts
6
  aiofiles
7
+ PyPDF2>=3.0.0 # or whatever the minimum PyPDF2 version you’ve tested with
8
+ accelerate # optional for multi-GPU / speedups