Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
|
2 |
python-docx==1.1.0
|
3 |
sentence-transformers==2.5.1
|
4 |
gradio==4.29.0
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
-
torchaudio
|
8 |
matplotlib==3.7.5
|
9 |
numpy==1.24.4
|
10 |
Pillow==10.1.0
|
11 |
regex==2023.12.25
|
12 |
-
|
|
|
1 |
+
pymupdf==1.23.8
|
2 |
python-docx==1.1.0
|
3 |
sentence-transformers==2.5.1
|
4 |
gradio==4.29.0
|
5 |
+
torch==2.1.2
|
6 |
+
torchvision==0.16.2
|
7 |
+
torchaudio==2.1.2
|
8 |
matplotlib==3.7.5
|
9 |
numpy==1.24.4
|
10 |
Pillow==10.1.0
|
11 |
regex==2023.12.25
|
|