zejunyang commited on
Commit
b6aa776
1 Parent(s): 29fa85f
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- torch>=1.12
2
- torchvision
3
- gradio
4
- imageio==2.10.3
5
- lmdb==1.2.1
6
- opencv-python
7
- Pillow==8.3.2
8
- PyYAML==5.4.1
9
- scikit-image==0.17.2
10
- scipy==1.5.4
11
- tqdm==4.62.3
 
1
+ torch==1.12.1
2
+ torchvision==0.13.1
3
+ gradio==3.23.0
4
+ imageio==2.19.5
5
+ opencv-python==4.5.2.54
6
+ Pillow==9.2.0
7
+ PyYAML==6.0
8
+ scikit-image==0.19.3
9
+ scipy==1.8.1
10
+ tqdm==4.64.0