hideosnes commited on
Commit
f4b1fad
·
verified ·
1 Parent(s): e2e5815

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- transformers
2
- torch
3
- gradio
4
- pymupdf
5
- langdetect
6
- matplotlib
 
1
+ transformers~=4.52.4
2
+ torch~=2.7.1
3
+ gradio~=5.33.0
4
+ pymupdf~=1.26.0
5
+ langdetect~=1.0.9
6
+ matplotlib~=3.10.3