islasher commited on
Commit
da5ae6c
·
verified ·
1 Parent(s): 8135341

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -10
requirements.txt CHANGED
@@ -1,10 +1,15 @@
1
- imageio
2
- imageio-ffmpeg
3
- tqdm
4
- scikit-image==0.18.3
5
- pyyaml
6
- torch
7
- torchvision
8
- numpy
9
- scipy
10
- scikit-learn
 
 
 
 
 
 
1
+ ffmpeg-python==0.2.0
2
+ imageio==2.22.0
3
+ imageio-ffmpeg==0.4.7
4
+ matplotlib==3.6.0
5
+ numpy==1.23.3
6
+ pandas==1.5.0
7
+ python-dateutil==2.8.2
8
+ pytz==2022.2.1
9
+ PyYAML==6.0
10
+ scikit-image==0.19.3
11
+ scikit-learn==1.1.2
12
+ scipy==1.9.1
13
+ torch==1.12.1
14
+ torchvision==0.13.1
15
+ tqdm==4.64.1