kaladin11 commited on
Commit
ead9bbf
·
1 Parent(s): 8776261

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +64 -0
requirements.txt ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.3
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.6
23
+ importlib_resources==6.4.0
24
+ Jinja2==3.1.3
25
+ jsonschema==4.21.1
26
+ jsonschema-specifications==2023.12.1
27
+ kiwisolver==1.4.5
28
+ markdown-it-py==3.0.0
29
+ MarkupSafe==2.1.5
30
+ matplotlib==3.8.4
31
+ mdurl==0.1.2
32
+ numpy==1.26.4
33
+ orjson==3.10.0
34
+ packaging==24.0
35
+ pandas==2.2.1
36
+ pillow==10.3.0
37
+ pydantic==2.6.4
38
+ pydantic_core==2.16.3
39
+ pydub==0.25.1
40
+ Pygments==2.17.2
41
+ pyparsing==3.1.2
42
+ python-dateutil==2.9.0.post0
43
+ python-multipart==0.0.9
44
+ pytz==2024.1
45
+ PyYAML==6.0.1
46
+ referencing==0.34.0
47
+ requests==2.31.0
48
+ rich==13.7.1
49
+ rpds-py==0.18.0
50
+ ruff==0.3.5
51
+ semantic-version==2.10.0
52
+ shellingham==1.5.4
53
+ six==1.16.0
54
+ sniffio==1.3.1
55
+ starlette==0.37.2
56
+ tomlkit==0.12.0
57
+ toolz==0.12.1
58
+ tqdm==4.66.2
59
+ typer==0.12.2
60
+ typing_extensions==4.11.0
61
+ tzdata==2024.1
62
+ urllib3==2.2.1
63
+ uvicorn==0.29.0
64
+ websockets==11.0.3