Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ addict==2.4.0
|
|
9 |
aiofiles==23.2.1
|
10 |
altair==5.3.0
|
11 |
annotated-types==0.6.0
|
12 |
-
anyio
|
13 |
attrs==23.2.0
|
14 |
basicsr==1.4.2
|
15 |
certifi==2024.2.2
|
@@ -26,7 +26,6 @@ fonttools==4.51.0
|
|
26 |
fsspec==2024.3.1
|
27 |
future==1.0.0
|
28 |
gfpgan==1.3.8
|
29 |
-
# gradio_client==0.16.0 # 5.21.0 ๋ฒ์ ๊ณผ ์ถฉ๋์ด ์์ ์ ์์ผ๋ฏ๋ก ์ฃผ์ ์ฒ๋ฆฌ
|
30 |
grpcio==1.62.2
|
31 |
h11==0.14.0
|
32 |
httpcore==1.0.5
|
@@ -57,7 +56,7 @@ orjson==3.10.1
|
|
57 |
packaging==24.0
|
58 |
pandas==2.2.2
|
59 |
platformdirs==4.2.1
|
60 |
-
protobuf<4
|
61 |
pydub==0.25.1
|
62 |
Pygments==2.17.2
|
63 |
pyparsing==3.1.2
|
|
|
9 |
aiofiles==23.2.1
|
10 |
altair==5.3.0
|
11 |
annotated-types==0.6.0
|
12 |
+
anyio>=4.8.0 # ๋ฒ์ ์
๋ฐ์ดํธ
|
13 |
attrs==23.2.0
|
14 |
basicsr==1.4.2
|
15 |
certifi==2024.2.2
|
|
|
26 |
fsspec==2024.3.1
|
27 |
future==1.0.0
|
28 |
gfpgan==1.3.8
|
|
|
29 |
grpcio==1.62.2
|
30 |
h11==0.14.0
|
31 |
httpcore==1.0.5
|
|
|
56 |
packaging==24.0
|
57 |
pandas==2.2.2
|
58 |
platformdirs==4.2.1
|
59 |
+
protobuf<4
|
60 |
pydub==0.25.1
|
61 |
Pygments==2.17.2
|
62 |
pyparsing==3.1.2
|