Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -10
requirements.txt
CHANGED
@@ -1,19 +1,12 @@
|
|
1 |
-
|
|
|
2 |
torchvision==0.14.0
|
3 |
torchaudio==0.13.0
|
4 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
5 |
timm==0.6.7
|
6 |
-
proj
|
7 |
-
geos
|
8 |
ftfy
|
9 |
regex
|
10 |
einops
|
11 |
fvcore
|
12 |
-
|
13 |
-
iopath
|
14 |
-
numpy>=1.19
|
15 |
-
matplotlib
|
16 |
-
types-regex
|
17 |
-
mayavi
|
18 |
-
cartopy
|
19 |
scikit-image
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.13
|
3 |
torchvision==0.14.0
|
4 |
torchaudio==0.13.0
|
5 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
6 |
timm==0.6.7
|
|
|
|
|
7 |
ftfy
|
8 |
regex
|
9 |
einops
|
10 |
fvcore
|
11 |
+
decord==0.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
scikit-image
|