VOIDER commited on
Commit
5fc744e
·
verified ·
1 Parent(s): 3fde652

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  gradio==3.50.2
2
- numpy==1.21.0
3
- opencv-python==4.5.3.56
4
- pillow==8.3.1
5
- torch==1.9.0
6
- torchvision==0.10.0
7
- pandas==1.3.0
8
- matplotlib==3.4.2
9
- tqdm==4.61.2
10
- scikit-image==0.18.2
 
1
  gradio==3.50.2
2
+ numpy>=1.22.0
3
+ opencv-python-headless>=4.6.0
4
+ pillow>=9.0.0
5
+ torch>=1.12.0
6
+ torchvision>=0.13.0
7
+ pandas>=1.4.0
8
+ matplotlib>=3.5.0
9
+ tqdm>=4.62.0
10
+ scikit-image>=0.19.0