Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
torch==1.13
|
3 |
torchvision==0.14.0
|
4 |
torchaudio==0.13.0
|
5 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
@@ -8,5 +7,10 @@ ftfy
|
|
8 |
regex
|
9 |
einops
|
10 |
fvcore
|
11 |
-
decord==0.6.
|
|
|
|
|
|
|
|
|
|
|
12 |
scikit-image
|
|
|
1 |
+
torch==1.13.0
|
|
|
2 |
torchvision==0.14.0
|
3 |
torchaudio==0.13.0
|
4 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
|
|
7 |
regex
|
8 |
einops
|
9 |
fvcore
|
10 |
+
eva-decord==0.6.1
|
11 |
+
iopath
|
12 |
+
numpy>=1.19
|
13 |
+
matplotlib
|
14 |
+
types-regex
|
15 |
+
mayavi
|
16 |
scikit-image
|