update requirements
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
mmcv==1.7.1
|
2 |
-
gradio==4.44.1
|
3 |
numpy==1.23.1
|
4 |
ftfy
|
5 |
regex
|
@@ -22,4 +20,8 @@ gdown
|
|
22 |
git+https://github.com/omimo/PyMO.git
|
23 |
ipython
|
24 |
librosa
|
25 |
-
moviepy==1.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy==1.23.1
|
2 |
ftfy
|
3 |
regex
|
|
|
20 |
git+https://github.com/omimo/PyMO.git
|
21 |
ipython
|
22 |
librosa
|
23 |
+
moviepy==1.0.3
|
24 |
+
mmcv==1.7.1
|
25 |
+
gradio==4.44.1
|
26 |
+
git+https://github.com/microsoft/tutel@main
|
27 |
+
git+https://github.com/facebookresearch/ImageBind@main --install-option="--no-deps"
|