ahmedxeno commited on
Commit
4ef5297
·
verified ·
1 Parent(s): f850371

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- opencv-python-headless==4.9.0.80
2
- numpy==1.26.4
3
- scikit-image==0.22.0
4
- pywavelets==1.5.0
5
- gradio==4.44.1
6
- pillow==10.3.0
 
 
1
+ opencv-python-headless>=4.5.4
2
+ numpy>=1.21.0
3
+ matplotlib>=3.5.0
4
+ scikit-image>=0.19.0
5
+ pywavelets>=1.3.0
6
+ gradio>=3.0.0
7
+ Pillow>=9.0.0