charlesyu108 commited on
Commit
8f14d33
·
verified ·
1 Parent(s): a3b1cb3

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +119 -0
requirements.txt ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ appnope==0.1.4
6
+ asttokens==2.4.1
7
+ attrs==23.2.0
8
+ Brotli==1.1.0
9
+ certifi==2024.6.2
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ comm==0.2.2
13
+ contourpy==1.2.1
14
+ cycler==0.12.1
15
+ debugpy==1.8.1
16
+ decorator==4.4.2
17
+ distro==1.9.0
18
+ dnspython==2.6.1
19
+ einops==0.8.0
20
+ email_validator==2.1.1
21
+ exceptiongroup==1.2.1
22
+ executing==2.0.1
23
+ fastapi==0.111.0
24
+ fastapi-cli==0.0.4
25
+ ffmpy==0.3.2
26
+ filelock==3.15.1
27
+ fonttools==4.53.0
28
+ fsspec==2024.6.0
29
+ gradio==4.36.1
30
+ gradio_client==1.0.1
31
+ h11==0.14.0
32
+ httpcore==1.0.5
33
+ httptools==0.6.1
34
+ httpx==0.27.0
35
+ huggingface-hub==0.23.3
36
+ idna==3.7
37
+ imageio==2.34.1
38
+ imageio-ffmpeg==0.5.1
39
+ importlib_metadata==7.1.0
40
+ importlib_resources==6.4.0
41
+ ipykernel==6.29.4
42
+ ipython==8.18.1
43
+ jedi==0.19.1
44
+ Jinja2==3.1.4
45
+ jsonschema==4.22.0
46
+ jsonschema-specifications==2023.12.1
47
+ jupyter_client==8.6.2
48
+ jupyter_core==5.7.2
49
+ kiwisolver==1.4.5
50
+ markdown-it-py==3.0.0
51
+ MarkupSafe==2.1.5
52
+ matplotlib==3.9.0
53
+ matplotlib-inline==0.1.7
54
+ mdurl==0.1.2
55
+ moviepy==1.0.3
56
+ mpmath==1.3.0
57
+ mutagen==1.47.0
58
+ nest-asyncio==1.6.0
59
+ networkx==3.2.1
60
+ numpy==1.26.4
61
+ openai==1.34.0
62
+ orjson==3.10.5
63
+ packaging==24.1
64
+ pandas==2.2.2
65
+ parso==0.8.4
66
+ pexpect==4.9.0
67
+ pillow==10.3.0
68
+ platformdirs==4.2.2
69
+ proglog==0.1.10
70
+ prompt_toolkit==3.0.47
71
+ psutil==5.9.8
72
+ ptyprocess==0.7.0
73
+ pure-eval==0.2.2
74
+ pycryptodomex==3.20.0
75
+ pydantic==2.7.4
76
+ pydantic_core==2.18.4
77
+ pydub==0.25.1
78
+ Pygments==2.18.0
79
+ pyparsing==3.1.2
80
+ python-dateutil==2.9.0.post0
81
+ python-dotenv==1.0.1
82
+ python-multipart==0.0.9
83
+ pytz==2024.1
84
+ PyYAML==6.0.1
85
+ pyzmq==26.0.3
86
+ referencing==0.35.1
87
+ regex==2024.5.15
88
+ requests==2.32.3
89
+ rich==13.7.1
90
+ rpds-py==0.18.1
91
+ ruff==0.4.8
92
+ safetensors==0.4.3
93
+ semantic-version==2.10.0
94
+ shellingham==1.5.4
95
+ six==1.16.0
96
+ sniffio==1.3.1
97
+ stack-data==0.6.3
98
+ starlette==0.37.2
99
+ sympy==1.12.1
100
+ tokenizers==0.19.1
101
+ tomlkit==0.12.0
102
+ toolz==0.12.1
103
+ torch==2.3.1
104
+ torchvision==0.18.1
105
+ tornado==6.4.1
106
+ tqdm==4.66.4
107
+ traitlets==5.14.3
108
+ transformers==4.41.2
109
+ typer==0.12.3
110
+ typing_extensions==4.12.2
111
+ tzdata==2024.1
112
+ ujson==5.10.0
113
+ urllib3==2.2.1
114
+ uvicorn==0.30.1
115
+ uvloop==0.19.0
116
+ watchfiles==0.22.0
117
+ wcwidth==0.2.13
118
+ websockets<12.0
119
+ zipp==3.19.2