chiruu12 commited on
Commit
2298b49
·
1 Parent(s): a26756a

fix: Pin dependencies to stable versions for HF build

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- torch
2
- opencv-python-headless
3
- gradio
4
- PyMuPDF
5
- h5py
6
- pdf2image
7
- numpy
8
- Pillow
 
 
1
+ torch==2.9.0
2
+ opencv-python-headless==4.12.0.88
3
+ gradio==5.49.1
4
+ PyMuPDF==1.26.5
5
+ h5py==3.15.1
6
+ pdf2image==1.17.0
7
+ numpy==2.2.6
8
+ pillow==11.3.0
9
+ huggingface_hub==1.1.1