Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -16
requirements.txt
CHANGED
@@ -1,24 +1,23 @@
|
|
1 |
addict
|
2 |
future
|
3 |
librosa>=0.10.1
|
4 |
-
|
5 |
lmdb
|
6 |
numba
|
7 |
-
numpy
|
8 |
opencv-contrib-python>=4.2.0.34
|
9 |
opencv-python
|
10 |
-
Pillow
|
11 |
-
pyyaml
|
12 |
-
requests
|
13 |
-
scikit-image
|
14 |
-
scipy
|
15 |
tb-nightly
|
16 |
-
torch
|
17 |
-
torchvision
|
18 |
-
tqdm
|
19 |
-
yapf
|
20 |
-
realesrgan
|
21 |
-
gfpgan
|
22 |
-
basicsr
|
23 |
-
facexlib
|
24 |
-
coqui-tts
|
|
|
1 |
addict
|
2 |
future
|
3 |
librosa>=0.10.1
|
|
|
4 |
lmdb
|
5 |
numba
|
6 |
+
numpy>=1.21
|
7 |
opencv-contrib-python>=4.2.0.34
|
8 |
opencv-python
|
9 |
+
Pillow>=9.4.0
|
10 |
+
pyyaml>=6.0
|
11 |
+
requests>=2.28.1
|
12 |
+
scikit-image>=0.19.3
|
13 |
+
scipy>=1.7.3
|
14 |
tb-nightly
|
15 |
+
torch>=2.1
|
16 |
+
torchvision>=0.16
|
17 |
+
tqdm>=4.64.0
|
18 |
+
yapf>=0.32.0
|
19 |
+
realesrgan>=0.3.0
|
20 |
+
gfpgan>=1.3.8
|
21 |
+
basicsr>=1.4.2
|
22 |
+
facexlib>=0.3.0
|
23 |
+
coqui-tts
|