Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -6,15 +6,15 @@ numba==0.48
|
|
6 |
numpy==1.21.1
|
7 |
opencv-contrib-python>=4.2.0.34
|
8 |
opencv-python
|
9 |
-
Pillow
|
10 |
-
pyyaml
|
11 |
-
requests
|
12 |
-
scikit-image
|
13 |
-
scipy
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
6 |
numpy==1.21.1
|
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 |
+
torch==2.0.0
|
15 |
+
torchvision==0.15.2
|
16 |
+
tqdm==4.64.0
|
17 |
+
yapf==0.32.0
|
18 |
+
realesrgan==0.2.0 # Укажите актуальную версию
|
19 |
+
gfpgan==1.4.0 # Укажите актуальную версию
|
20 |
+
basicsr==1.4.0
|