nimnim commited on
Commit
3ce35ec
1 Parent(s): be03d63

added the versions for requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- opencv-python
2
- torch
3
- pytorchvideo
4
- torchaudio
5
- torchvision
6
- ftfy
7
- regex
8
- timm
9
- einops
 
1
+ opencv-python=4.7.0
2
+ torch==2.0.1
3
+ pytorchvideo==0.1.5
4
+ torchaudio==2.0.2
5
+ torchvision==0.15.2
6
+ ftfy==6.1.1
7
+ regex==2.5.91
8
+ timm==0.9.2
9
+ einops==0.6.1