requirements.txt 변환
Browse files- requirements.txt +37 -34
requirements.txt
CHANGED
@@ -3,23 +3,23 @@ albumentations==1.3.1
|
|
3 |
altair==5.2.0
|
4 |
annotated-types==0.6.0
|
5 |
anyio==4.2.0
|
6 |
-
appnope
|
7 |
-
asttokens
|
8 |
attrs==23.2.0
|
9 |
certifi==2023.11.17
|
10 |
charset-normalizer==3.3.2
|
11 |
click==8.1.7
|
12 |
colorama==0.4.6
|
13 |
coloredlogs==15.0.1
|
14 |
-
comm
|
15 |
contourpy==1.2.0
|
16 |
cycler==0.12.1
|
17 |
Cython==3.0.7
|
18 |
-
debugpy
|
19 |
-
decorator
|
20 |
easydict==1.11
|
21 |
-
exceptiongroup
|
22 |
-
executing
|
23 |
fastapi==0.108.0
|
24 |
ffmpy==0.3.1
|
25 |
filelock==3.13.1
|
@@ -35,56 +35,57 @@ huggingface-hub==0.20.2
|
|
35 |
humanfriendly==10.0
|
36 |
idna==3.6
|
37 |
imageio==2.33.1
|
38 |
-
importlib-metadata
|
39 |
importlib-resources==6.1.1
|
40 |
insightface==0.7.3
|
41 |
-
ipykernel
|
42 |
-
ipython
|
43 |
-
jedi
|
44 |
Jinja2==3.1.2
|
45 |
joblib==1.3.2
|
46 |
jsonschema==4.20.0
|
47 |
jsonschema-specifications==2023.12.1
|
48 |
-
jupyter_client
|
49 |
-
jupyter_core
|
50 |
kiwisolver==1.4.5
|
51 |
lazy_loader==0.3
|
52 |
markdown-it-py==3.0.0
|
53 |
MarkupSafe==2.1.3
|
54 |
matplotlib==3.8.2
|
55 |
-
matplotlib-inline
|
56 |
mdurl==0.1.2
|
57 |
mpmath==1.3.0
|
58 |
-
nest-asyncio
|
59 |
networkx==3.2.1
|
60 |
numpy==1.26.3
|
61 |
onnx==1.15.0
|
62 |
onnxruntime==1.16.3
|
63 |
opencv-python-headless==4.9.0.80
|
64 |
orjson==3.9.10
|
65 |
-
packaging
|
66 |
pandas==2.1.4
|
67 |
-
parso
|
68 |
-
pexpect
|
69 |
-
pickleshare
|
70 |
pillow==10.2.0
|
71 |
-
|
|
|
72 |
prettytable==3.9.0
|
73 |
-
prompt-toolkit
|
74 |
protobuf==4.25.1
|
75 |
-
psutil
|
76 |
-
ptyprocess
|
77 |
-
pure-eval
|
78 |
pydantic==2.5.3
|
79 |
pydantic_core==2.14.6
|
80 |
pydub==0.25.1
|
81 |
-
Pygments
|
82 |
pyparsing==3.1.1
|
83 |
-
python-dateutil
|
84 |
python-multipart==0.0.6
|
85 |
pytz==2023.3.post1
|
86 |
PyYAML==6.0.1
|
87 |
-
pyzmq
|
88 |
qudida==0.0.4
|
89 |
referencing==0.32.1
|
90 |
requests==2.31.0
|
@@ -94,24 +95,26 @@ scikit-image==0.22.0
|
|
94 |
scikit-learn==1.3.2
|
95 |
scipy==1.11.4
|
96 |
semantic-version==2.10.0
|
|
|
97 |
shellingham==1.5.4
|
98 |
-
six
|
99 |
sniffio==1.3.0
|
100 |
-
stack-data
|
101 |
starlette==0.32.0.post1
|
102 |
sympy==1.12
|
103 |
threadpoolctl==3.2.0
|
104 |
tifffile==2023.12.9
|
105 |
tomlkit==0.12.0
|
106 |
toolz==0.12.0
|
107 |
-
tornado
|
108 |
tqdm==4.66.1
|
109 |
-
traitlets
|
110 |
typer==0.9.0
|
111 |
-
typing_extensions
|
112 |
tzdata==2023.4
|
113 |
urllib3==2.1.0
|
114 |
uvicorn==0.25.0
|
115 |
-
wcwidth
|
116 |
websockets==11.0.3
|
117 |
-
|
|
|
|
3 |
altair==5.2.0
|
4 |
annotated-types==0.6.0
|
5 |
anyio==4.2.0
|
6 |
+
appnope==0.1.3
|
7 |
+
asttokens==2.4.1
|
8 |
attrs==23.2.0
|
9 |
certifi==2023.11.17
|
10 |
charset-normalizer==3.3.2
|
11 |
click==8.1.7
|
12 |
colorama==0.4.6
|
13 |
coloredlogs==15.0.1
|
14 |
+
comm==0.2.1
|
15 |
contourpy==1.2.0
|
16 |
cycler==0.12.1
|
17 |
Cython==3.0.7
|
18 |
+
debugpy==1.8.0
|
19 |
+
decorator==5.1.1
|
20 |
easydict==1.11
|
21 |
+
exceptiongroup==1.2.0
|
22 |
+
executing==2.0.1
|
23 |
fastapi==0.108.0
|
24 |
ffmpy==0.3.1
|
25 |
filelock==3.13.1
|
|
|
35 |
humanfriendly==10.0
|
36 |
idna==3.6
|
37 |
imageio==2.33.1
|
38 |
+
importlib-metadata==7.0.1
|
39 |
importlib-resources==6.1.1
|
40 |
insightface==0.7.3
|
41 |
+
ipykernel==6.28.0
|
42 |
+
ipython==8.19.0
|
43 |
+
jedi==0.19.1
|
44 |
Jinja2==3.1.2
|
45 |
joblib==1.3.2
|
46 |
jsonschema==4.20.0
|
47 |
jsonschema-specifications==2023.12.1
|
48 |
+
jupyter_client==8.6.0
|
49 |
+
jupyter_core==5.7.0
|
50 |
kiwisolver==1.4.5
|
51 |
lazy_loader==0.3
|
52 |
markdown-it-py==3.0.0
|
53 |
MarkupSafe==2.1.3
|
54 |
matplotlib==3.8.2
|
55 |
+
matplotlib-inline==0.1.6
|
56 |
mdurl==0.1.2
|
57 |
mpmath==1.3.0
|
58 |
+
nest-asyncio==1.5.8
|
59 |
networkx==3.2.1
|
60 |
numpy==1.26.3
|
61 |
onnx==1.15.0
|
62 |
onnxruntime==1.16.3
|
63 |
opencv-python-headless==4.9.0.80
|
64 |
orjson==3.9.10
|
65 |
+
packaging==23.2
|
66 |
pandas==2.1.4
|
67 |
+
parso==0.8.3
|
68 |
+
pexpect==4.8.0
|
69 |
+
pickleshare==0.7.5
|
70 |
pillow==10.2.0
|
71 |
+
pip==23.3.1
|
72 |
+
platformdirs==4.1.0
|
73 |
prettytable==3.9.0
|
74 |
+
prompt-toolkit==3.0.42
|
75 |
protobuf==4.25.1
|
76 |
+
psutil==5.9.7
|
77 |
+
ptyprocess==0.7.0
|
78 |
+
pure-eval==0.2.2
|
79 |
pydantic==2.5.3
|
80 |
pydantic_core==2.14.6
|
81 |
pydub==0.25.1
|
82 |
+
Pygments==2.17.2
|
83 |
pyparsing==3.1.1
|
84 |
+
python-dateutil==2.8.2
|
85 |
python-multipart==0.0.6
|
86 |
pytz==2023.3.post1
|
87 |
PyYAML==6.0.1
|
88 |
+
pyzmq==25.1.2
|
89 |
qudida==0.0.4
|
90 |
referencing==0.32.1
|
91 |
requests==2.31.0
|
|
|
95 |
scikit-learn==1.3.2
|
96 |
scipy==1.11.4
|
97 |
semantic-version==2.10.0
|
98 |
+
setuptools==68.2.2
|
99 |
shellingham==1.5.4
|
100 |
+
six==1.16.0
|
101 |
sniffio==1.3.0
|
102 |
+
stack-data==0.6.2
|
103 |
starlette==0.32.0.post1
|
104 |
sympy==1.12
|
105 |
threadpoolctl==3.2.0
|
106 |
tifffile==2023.12.9
|
107 |
tomlkit==0.12.0
|
108 |
toolz==0.12.0
|
109 |
+
tornado==6.3.3
|
110 |
tqdm==4.66.1
|
111 |
+
traitlets==5.14.1
|
112 |
typer==0.9.0
|
113 |
+
typing_extensions==4.9.0
|
114 |
tzdata==2023.4
|
115 |
urllib3==2.1.0
|
116 |
uvicorn==0.25.0
|
117 |
+
wcwidth==0.2.12
|
118 |
websockets==11.0.3
|
119 |
+
wheel==0.41.2
|
120 |
+
zipp==3.17.0
|