Spaces:
Runtime error
Runtime error
seungpyo-hong
commited on
Commit
•
1adc782
1
Parent(s):
c63b478
Update requirements.txt
Browse files- requirements.txt +74 -0
requirements.txt
CHANGED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.3.0
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==4.3.0
|
5 |
+
attrs==23.2.0
|
6 |
+
certifi==2024.2.2
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
contourpy==1.2.1
|
10 |
+
cycler==0.12.1
|
11 |
+
fastapi==0.110.1
|
12 |
+
ffmpy==0.3.2
|
13 |
+
filelock==3.13.4
|
14 |
+
fonttools==4.51.0
|
15 |
+
fsspec==2024.3.1
|
16 |
+
gradio==4.26.0
|
17 |
+
gradio_client==0.15.1
|
18 |
+
h11==0.14.0
|
19 |
+
httpcore==1.0.5
|
20 |
+
httpx==0.27.0
|
21 |
+
huggingface-hub==0.22.2
|
22 |
+
idna==3.7
|
23 |
+
imageio==2.34.0
|
24 |
+
importlib_resources==6.4.0
|
25 |
+
Jinja2==3.1.3
|
26 |
+
joblib==1.4.0
|
27 |
+
jsonschema==4.21.1
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
+
kiwisolver==1.4.5
|
30 |
+
lazy_loader==0.4
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.5
|
33 |
+
matplotlib==3.8.4
|
34 |
+
mdurl==0.1.2
|
35 |
+
networkx==3.3
|
36 |
+
numpy==1.26.4
|
37 |
+
opencv-python==4.9.0.80
|
38 |
+
orjson==3.10.1
|
39 |
+
packaging==24.0
|
40 |
+
pandas==2.2.2
|
41 |
+
pillow==10.3.0
|
42 |
+
pydantic==2.7.0
|
43 |
+
pydantic_core==2.18.1
|
44 |
+
pydub==0.25.1
|
45 |
+
Pygments==2.17.2
|
46 |
+
pyparsing==3.1.2
|
47 |
+
python-dateutil==2.9.0.post0
|
48 |
+
python-multipart==0.0.9
|
49 |
+
pytz==2024.1
|
50 |
+
PyYAML==6.0.1
|
51 |
+
referencing==0.34.0
|
52 |
+
requests==2.31.0
|
53 |
+
rich==13.7.1
|
54 |
+
rpds-py==0.18.0
|
55 |
+
ruff==0.3.7
|
56 |
+
scikit-image==0.23.1
|
57 |
+
scikit-learn==1.4.2
|
58 |
+
scipy==1.13.0
|
59 |
+
semantic-version==2.10.0
|
60 |
+
shellingham==1.5.4
|
61 |
+
six==1.16.0
|
62 |
+
sniffio==1.3.1
|
63 |
+
starlette==0.37.2
|
64 |
+
threadpoolctl==3.4.0
|
65 |
+
tifffile==2024.2.12
|
66 |
+
tomlkit==0.12.0
|
67 |
+
toolz==0.12.1
|
68 |
+
tqdm==4.66.2
|
69 |
+
typer==0.12.3
|
70 |
+
typing_extensions==4.11.0
|
71 |
+
tzdata==2024.1
|
72 |
+
urllib3==2.2.1
|
73 |
+
uvicorn==0.29.0
|
74 |
+
websockets==11.0.3
|