ruslanmv commited on
Commit
1429463
·
verified ·
1 Parent(s): 0fab8fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +176 -16
requirements.txt CHANGED
@@ -1,19 +1,179 @@
1
- min-dalle==0.4.11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  emoji==1.7.0
3
- gradio==3.1.6 # You might need to upgrade this if issues persist
4
- transformers
5
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  moviepy==1.0.3
7
- huggingface_hub
8
- opencv-python
9
- imageio>=2.28.0
10
- imageio-ffmpeg
11
- gTTS
12
- mutagen
13
- nltk
14
- accelerate
15
- pydub
16
- ffmpeg-python
17
  numpy==1.26.4
18
- httpx==0.23.0 # Pin httpx to a compatible version
19
- httpcore==0.15.0 # Pin httpcore to a compatible version
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.2.1
2
+ aiohappyeyeballs==2.4.4
3
+ aiohttp==3.11.11
4
+ aiosignal==1.3.2
5
+ analytics-python==1.4.post1
6
+ annotated-types==0.7.0
7
+ anyio==3.7.1
8
+ argon2-cffi==23.1.0
9
+ argon2-cffi-bindings==21.2.0
10
+ arrow==1.3.0
11
+ asttokens==2.4.1
12
+ async-lru==2.0.4
13
+ async-timeout==5.0.1
14
+ attrs==23.2.0
15
+ audioread==3.0.1
16
+ Babel==2.15.0
17
+ backoff==1.10.0
18
+ bcrypt==4.2.1
19
+ beautifulsoup4==4.12.3
20
+ bleach==6.1.0
21
+ certifi==2024.2.2
22
+ cffi==1.16.0
23
+ charset-normalizer==3.3.2
24
+ click==8.1.8
25
+ colorama==0.4.6
26
+ comm==0.2.2
27
+ contourpy==1.3.1
28
+ cryptography==44.0.0
29
+ cycler==0.12.1
30
+ debugpy==1.8.1
31
+ decorator==4.4.2
32
+ defusedxml==0.7.1
33
  emoji==1.7.0
34
+ entrypoints==0.4
35
+ exceptiongroup==1.2.1
36
+ executing==2.0.1
37
+ fastapi==0.115.6
38
+ fastjsonschema==2.19.1
39
+ ffmpeg-python==0.2.0
40
+ ffmpy==0.5.0
41
+ ffprobe==0.5
42
+ filelock==3.16.1
43
+ fonttools==4.55.3
44
+ fqdn==1.5.1
45
+ frozenlist==1.5.0
46
+ fsspec==2024.12.0
47
+ future==1.0.0
48
+ gradio==3.1.6
49
+ gTTS==2.5.4
50
+ h11==0.12.0
51
+ httpcore==0.15.0
52
+ httpx==0.23.0
53
+ huggingface-hub==0.27.1
54
+ idna==3.7
55
+ imageio==2.36.1
56
+ imageio-ffmpeg==0.6.0
57
+ intel-openmp==2021.4.0
58
+ ipykernel==6.29.4
59
+ ipython==8.24.0
60
+ ipywidgets==8.1.2
61
+ isoduration==20.11.0
62
+ jedi==0.19.1
63
+ Jinja2==3.1.4
64
+ joblib==1.4.2
65
+ json5==0.9.25
66
+ jsonpointer==2.4
67
+ jsonschema==4.22.0
68
+ jsonschema-specifications==2023.12.1
69
+ jupyter==1.0.0
70
+ jupyter-console==6.6.3
71
+ jupyter-events==0.10.0
72
+ jupyter-lsp==2.2.5
73
+ jupyter_client==7.4.9
74
+ jupyter_core==5.7.2
75
+ jupyter_server==2.14.0
76
+ jupyter_server_terminals==0.5.3
77
+ jupyterlab==4.2.1
78
+ jupyterlab_pygments==0.3.0
79
+ jupyterlab_server==2.27.2
80
+ jupyterlab_widgets==3.0.10
81
+ kiwisolver==1.4.8
82
+ linkify-it-py==2.0.3
83
+ markdown-it-py==3.0.0
84
+ MarkupSafe==2.1.5
85
+ matplotlib==3.10.0
86
+ matplotlib-inline==0.1.7
87
+ mdit-py-plugins==0.4.2
88
+ mdurl==0.1.2
89
+ min-dalle==0.4.11
90
+ mistune==3.0.2
91
+ mkl==2021.4.0
92
+ monotonic==1.6
93
  moviepy==1.0.3
94
+ mpmath==1.3.0
95
+ multidict==6.1.0
96
+ mutagen==1.47.0
97
+ nbclient==0.10.0
98
+ nbconvert==7.16.4
99
+ nbformat==5.10.4
100
+ nest-asyncio==1.6.0
101
+ networkx==3.4.2
102
+ nltk==3.9.1
103
+ notebook_shim==0.2.4
104
  numpy==1.26.4
105
+ opencv-python==4.11.0.86
106
+ orjson==3.10.14
107
+ overrides==7.7.0
108
+ packaging==24.0
109
+ pandas==2.2.3
110
+ pandocfilters==1.5.1
111
+ paramiko==3.5.0
112
+ parso==0.8.4
113
+ pillow==11.1.0
114
+ platformdirs==4.2.1
115
+ proglog==0.1.10
116
+ prometheus_client==0.20.0
117
+ prompt-toolkit==3.0.43
118
+ propcache==0.2.1
119
+ psutil==5.9.8
120
+ pure-eval==0.2.2
121
+ pycparser==2.22
122
+ pycryptodome==3.21.0
123
+ pydantic==2.10.5
124
+ pydantic_core==2.27.2
125
+ pydub==0.25.1
126
+ Pygments==2.18.0
127
+ PyNaCl==1.5.0
128
+ pyparsing==3.2.1
129
+ python-dateutil==2.9.0.post0
130
+ python-json-logger==2.0.7
131
+ python-multipart==0.0.20
132
+ pytz==2024.2
133
+ pywin32==306
134
+ pywinpty==2.0.13
135
+ PyYAML==6.0.1
136
+ pyzmq==24.0.1
137
+ qtconsole==5.5.2
138
+ QtPy==2.4.1
139
+ referencing==0.35.1
140
+ regex==2024.11.6
141
+ requests==2.32.2
142
+ rfc3339-validator==0.1.4
143
+ rfc3986==1.5.0
144
+ rfc3986-validator==0.1.1
145
+ rpds-py==0.18.1
146
+ safetensors==0.5.2
147
+ scipy==1.15.1
148
+ Send2Trash==1.8.3
149
+ simpleaudio==1.0.4
150
+ six==1.16.0
151
+ sniffio==1.3.1
152
+ soupsieve==2.5
153
+ stack-data==0.6.3
154
+ starlette==0.41.3
155
+ sympy==1.13.1
156
+ tbb==2021.13.1
157
+ terminado==0.18.1
158
+ tinycss2==1.3.0
159
+ tokenizers==0.21.0
160
+ tomli==2.0.1
161
+ torch==2.3.1+cu118
162
+ tornado==6.4
163
+ tqdm==4.67.1
164
+ traitlets==5.14.3
165
+ transformers==4.48.0
166
+ types-python-dateutil==2.9.0.20240316
167
+ typing_extensions==4.12.2
168
+ tzdata==2024.2
169
+ uc-micro-py==1.0.3
170
+ uri-template==1.3.0
171
+ urllib3==2.2.1
172
+ uvicorn==0.34.0
173
+ wcwidth==0.2.13
174
+ webcolors==1.13
175
+ webencodings==0.5.1
176
+ websocket-client==1.8.0
177
+ websockets==14.1
178
+ widgetsnbextension==4.0.10
179
+ yarl==1.18.3