Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.16, <=1.23.5
|
2 |
+
tqdm>=4.35.0
|
3 |
+
sk-video>=1.1.10
|
4 |
+
torch>=1.6.0
|
5 |
+
opencv-python>=4.1.2
|
6 |
+
moviepy>=1.0.3
|
7 |
+
torchvision>=0.7.0
|