Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -3,8 +3,7 @@ google-generativeai==0.3.1
|
|
3 |
gradio==5.21.0
|
4 |
pydantic==2.10.6
|
5 |
pillow==10.2.0
|
6 |
-
dotenv
|
7 |
-
|
8 |
absl-py==2.1.0
|
9 |
addict==2.4.0
|
10 |
aiofiles==23.2.1
|
@@ -27,7 +26,7 @@ fonttools==4.51.0
|
|
27 |
fsspec==2024.3.1
|
28 |
future==1.0.0
|
29 |
gfpgan==1.3.8
|
30 |
-
gradio_client==0.16.0
|
31 |
grpcio==1.62.2
|
32 |
h11==0.14.0
|
33 |
httpcore==1.0.5
|
@@ -58,8 +57,7 @@ orjson==3.10.1
|
|
58 |
packaging==24.0
|
59 |
pandas==2.2.2
|
60 |
platformdirs==4.2.1
|
61 |
-
protobuf
|
62 |
-
pydantic_core==2.18.2
|
63 |
pydub==0.25.1
|
64 |
Pygments==2.17.2
|
65 |
pyparsing==3.1.2
|
|
|
3 |
gradio==5.21.0
|
4 |
pydantic==2.10.6
|
5 |
pillow==10.2.0
|
6 |
+
python-dotenv
|
|
|
7 |
absl-py==2.1.0
|
8 |
addict==2.4.0
|
9 |
aiofiles==23.2.1
|
|
|
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 |
packaging==24.0
|
58 |
pandas==2.2.2
|
59 |
platformdirs==4.2.1
|
60 |
+
protobuf<4 # 5.21.0 ๋ฒ์ ๊ณผ ํธํ๋๋ protobuf ๋ฒ์
|
|
|
61 |
pydub==0.25.1
|
62 |
Pygments==2.17.2
|
63 |
pyparsing==3.1.2
|