Spaces:
Configuration error
Configuration error
Create requirements.tt
Browse files- requirements.txt +78 -0
requirements.txt
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.1.2
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==3.7.1
|
5 |
+
attrs==23.1.0
|
6 |
+
beautifulsoup4==4.12.2
|
7 |
+
certifi==2023.7.22
|
8 |
+
charset-normalizer==3.3.0
|
9 |
+
click==8.1.7
|
10 |
+
cmake==3.27.7
|
11 |
+
contourpy==1.1.1
|
12 |
+
cycler==0.12.1
|
13 |
+
exceptiongroup==1.1.3
|
14 |
+
fastapi==0.103.2
|
15 |
+
ffmpy==0.3.1
|
16 |
+
filelock==3.12.4
|
17 |
+
fonttools==4.43.1
|
18 |
+
fsspec==2023.9.2
|
19 |
+
gdown==4.7.1
|
20 |
+
gradio==3.48.0
|
21 |
+
gradio_client==0.6.1
|
22 |
+
h11==0.14.0
|
23 |
+
httpcore==0.18.0
|
24 |
+
httpx==0.25.0
|
25 |
+
huggingface-hub==0.18.0
|
26 |
+
idna==3.4
|
27 |
+
imageio==2.31.5
|
28 |
+
imageio-ffmpeg==0.4.9
|
29 |
+
importlib-resources==6.1.0
|
30 |
+
Jinja2==3.1.2
|
31 |
+
jsonschema==4.19.1
|
32 |
+
jsonschema-specifications==2023.7.1
|
33 |
+
kiwisolver==1.4.5
|
34 |
+
lazy_loader==0.3
|
35 |
+
lit==17.0.3
|
36 |
+
MarkupSafe==2.1.3
|
37 |
+
matplotlib==3.8.0
|
38 |
+
mpmath==1.3.0
|
39 |
+
networkx==3.1
|
40 |
+
numpy==1.25.2
|
41 |
+
orjson==3.9.9
|
42 |
+
packaging==23.2
|
43 |
+
pandas==2.1.1
|
44 |
+
Pillow==10.1.0
|
45 |
+
psutil==5.9.6
|
46 |
+
pydantic==2.4.2
|
47 |
+
pydantic_core==2.10.1
|
48 |
+
pydub==0.25.1
|
49 |
+
pyparsing==3.1.1
|
50 |
+
PySocks==1.7.1
|
51 |
+
python-dateutil==2.8.2
|
52 |
+
python-multipart==0.0.6
|
53 |
+
pytz==2023.3.post1
|
54 |
+
PyYAML==6.0.1
|
55 |
+
referencing==0.30.2
|
56 |
+
requests==2.31.0
|
57 |
+
rpds-py==0.10.6
|
58 |
+
scikit-image==0.22.0
|
59 |
+
scipy==1.11.3
|
60 |
+
semantic-version==2.10.0
|
61 |
+
setuptools-scm==8.0.4
|
62 |
+
six==1.16.0
|
63 |
+
sniffio==1.3.0
|
64 |
+
soupsieve==2.5
|
65 |
+
starlette==0.27.0
|
66 |
+
sympy==1.12
|
67 |
+
tifffile==2023.9.26
|
68 |
+
tomli==2.0.1
|
69 |
+
toolz==0.12.0
|
70 |
+
torch==2.0.0
|
71 |
+
torchvision==0.15.1
|
72 |
+
tqdm==4.66.1
|
73 |
+
triton==2.0.0
|
74 |
+
typing_extensions==4.8.0
|
75 |
+
tzdata==2023.3
|
76 |
+
urllib3==2.0.7
|
77 |
+
uvicorn==0.23.2
|
78 |
+
websockets==11.0.3
|