Darknsu commited on
Commit
6ab0daf
·
verified ·
1 Parent(s): 40b09cd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- torch
2
- torchvision
3
- numpy
4
- opencv-python
5
- pillow
6
- matplotlib
7
- h5py
8
- tqdm
9
- tensorboardX
 
 
1
+ torch==2.0.1
2
+ torchvision==0.15.2
3
+ numpy==1.24.3
4
+ opencv-python==4.8.0.76
5
+ pillow==10.0.0
6
+ matplotlib==3.7.2
7
+ h5py==3.9.0
8
+ tqdm==4.66.1
9
+ tensorboardX==2.6
10
+ gradio==4.1.1