Spaces:
Running
Running
andrewgleave
commited on
Update requirements.txt
Browse files- requirements.txt +72 -68
requirements.txt
CHANGED
@@ -1,71 +1,75 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
attrs==
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
kiwisolver==1.4.
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
matplotlib==3.6.1
|
33 |
-
mdit-py-plugins==0.3.1
|
34 |
mdurl==0.1.2
|
35 |
-
|
36 |
-
|
37 |
-
numpy==1.
|
38 |
-
orjson==3.
|
39 |
-
packaging==
|
40 |
-
pandas==
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
platformdirs==2.5.2
|
45 |
-
pycparser==2.21
|
46 |
-
pycryptodome==3.15.0
|
47 |
-
pydantic==1.10.2
|
48 |
pydub==0.25.1
|
49 |
-
|
50 |
-
pyparsing==3.
|
51 |
-
python-dateutil==2.
|
52 |
-
python-multipart==0.0.
|
53 |
-
pytz==
|
54 |
-
PyYAML==6.0
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
six==1.16.0
|
59 |
-
sniffio==1.3.
|
60 |
-
starlette==0.
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.2.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 |
+
colorama==0.4.6
|
10 |
+
contourpy==1.2.0
|
11 |
+
cycler==0.12.1
|
12 |
+
fastapi==0.110.0
|
13 |
+
ffmpy==0.3.2
|
14 |
+
filelock==3.13.1
|
15 |
+
fonttools==4.49.0
|
16 |
+
fsspec==2024.2.0
|
17 |
+
gradio==4.20.1
|
18 |
+
gradio_client==0.11.0
|
19 |
+
h11==0.14.0
|
20 |
+
httpcore==1.0.4
|
21 |
+
httpx==0.27.0
|
22 |
+
huggingface-hub==0.21.4
|
23 |
+
idna==3.6
|
24 |
+
importlib_resources==6.1.3
|
25 |
+
Jinja2==3.1.3
|
26 |
+
jsonschema==4.21.1
|
27 |
+
jsonschema-specifications==2023.12.1
|
28 |
+
kiwisolver==1.4.5
|
29 |
+
markdown-it-py==3.0.0
|
30 |
+
MarkupSafe==2.1.3
|
31 |
+
matplotlib==3.8.3
|
|
|
|
|
32 |
mdurl==0.1.2
|
33 |
+
mpmath==1.2.1
|
34 |
+
networkx==3.2.1
|
35 |
+
numpy==1.26.4
|
36 |
+
orjson==3.9.15
|
37 |
+
packaging==23.2
|
38 |
+
pandas==2.2.1
|
39 |
+
Pillow==10.1.0
|
40 |
+
pydantic==2.6.3
|
41 |
+
pydantic_core==2.16.3
|
|
|
|
|
|
|
|
|
42 |
pydub==0.25.1
|
43 |
+
Pygments==2.17.2
|
44 |
+
pyparsing==3.1.2
|
45 |
+
python-dateutil==2.9.0.post0
|
46 |
+
python-multipart==0.0.9
|
47 |
+
pytz==2024.1
|
48 |
+
PyYAML==6.0.1
|
49 |
+
referencing==0.33.0
|
50 |
+
regex==2023.12.25
|
51 |
+
requests==2.31.0
|
52 |
+
rich==13.7.1
|
53 |
+
rpds-py==0.18.0
|
54 |
+
ruff==0.3.1
|
55 |
+
safetensors==0.4.2
|
56 |
+
semantic-version==2.10.0
|
57 |
+
shellingham==1.5.4
|
58 |
six==1.16.0
|
59 |
+
sniffio==1.3.1
|
60 |
+
starlette==0.36.3
|
61 |
+
sympy==1.12
|
62 |
+
tokenizers==0.15.2
|
63 |
+
tomlkit==0.12.0
|
64 |
+
toolz==0.12.1
|
65 |
+
torch==2.3.0.dev20240307
|
66 |
+
torchaudio==2.2.0.dev20240307
|
67 |
+
torchvision==0.18.0.dev20240307
|
68 |
+
tqdm==4.66.2
|
69 |
+
transformers==4.38.2
|
70 |
+
typer==0.9.0
|
71 |
+
typing_extensions==4.8.0
|
72 |
+
tzdata==2024.1
|
73 |
+
urllib3==2.2.1
|
74 |
+
uvicorn==0.27.1
|
75 |
+
websockets==11.0.3
|