JKrishnanandhaa commited on
Commit
94e63f1
·
verified ·
1 Parent(s): 778205f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -1,15 +1,16 @@
1
- torch==2.0.1
2
- torchvision==0.15.2
3
- opencv-python-headless==4.8.0.76
4
- numpy==1.24.3
5
- Pillow==10.0.0
6
- lightgbm==4.0.0
7
- gradio==4.16.0
8
- albumentations==1.3.1
9
- scikit-learn==1.3.0
10
- pytesseract==0.3.10
11
- PyWavelets==1.4.1
12
- scipy==1.11.3
13
- scikit-image==0.22.0
14
- timm==0.9.7
15
- pyyaml==6.0.1
 
 
1
+ torch>=2.5.0
2
+ torchvision>=0.20.0
3
+ opencv-python-headless>=4.8.0
4
+ numpy>=1.24.0
5
+ Pillow>=10.0.0
6
+ lightgbm>=4.0.0
7
+ gradio>=4.16.0
8
+ albumentations>=1.3.0
9
+ scikit-learn>=1.3.0
10
+ pytesseract>=0.3.10
11
+ PyWavelets>=1.4.1
12
+ scipy>=1.11.0
13
+ scikit-image>=0.22.0
14
+ timm>=0.9.7
15
+ pyyaml>=6.0.1
16
+ joblib>=1.3.0