NaimaAqeel commited on
Commit
a2ac660
·
verified ·
1 Parent(s): 2f1cc59

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -7
requirements.txt CHANGED
@@ -1,7 +1,12 @@
1
- gradio==3.48.0
2
- torch>=2.0.1
3
- sentence-transformers>=2.2.2
4
- PyMuPDF==1.22.5
5
- python-docx==0.8.11
6
- matplotlib==3.8.0
7
- seaborn==0.12.2
 
 
 
 
 
 
1
+ fitz==0.0.1.dev2
2
+ python-docx==1.1.0
3
+ sentence-transformers==2.5.1
4
+ gradio==4.29.0
5
+ torch>=2.1.0
6
+ torchvision>=0.16.0
7
+ torchaudio>=2.1.0
8
+ matplotlib==3.7.5
9
+ numpy==1.24.4
10
+ Pillow==10.1.0
11
+ regex==2023.12.25
12
+