白鹭先生 commited on
Commit
0320fa5
1 Parent(s): 82f4faf

修复库安装

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- scipy
2
- numpy
3
  matplotlib
4
  opencv_python
5
  torch==1.4.0
6
  torchvision==0.5.0
7
- tqdm
8
- Pillow
9
- h5py
10
- gradio
 
1
+ scipy==1.2.1
2
+ numpy==1.17.3
3
  matplotlib
4
  opencv_python
5
  torch==1.4.0
6
  torchvision==0.5.0
7
+ tqdm==4.60.0
8
+ Pillow==8.2.0
9
+ h5py==2.10.0
10
+ gradio==2.5.3