zaidmehdi commited on
Commit
f58409d
1 Parent(s): 02927b3

update reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -1
requirements.txt CHANGED
@@ -1,5 +1,8 @@
 
1
  aiohttp==3.9.3
2
  aiosignal==1.2.0
 
 
3
  anyio==4.3.0
4
  argon2-cffi==23.1.0
5
  argon2-cffi-bindings==21.2.0
@@ -17,6 +20,7 @@ certifi==2024.2.2
17
  cffi==1.16.0
18
  charset-normalizer==2.0.4
19
  click==8.1.7
 
20
  comm==0.2.1
21
  contourpy==1.2.0
22
  cycler==0.11.0
@@ -27,19 +31,23 @@ defusedxml==0.7.1
27
  dill==0.3.6
28
  exceptiongroup==1.2.0
29
  executing==0.8.3
 
30
  fastjsonschema==2.19.1
 
31
  filelock==3.13.1
32
- Flask==2.2.2
33
  fonttools==4.25.0
34
  fqdn==1.5.1
35
  frozenlist==1.4.0
36
  fsspec==2023.10.0
37
  gmpy2==2.1.2
 
 
38
  h11==0.14.0
39
  httpcore==1.0.4
40
  httpx==0.27.0
41
  huggingface-hub==0.20.3
42
  idna==3.4
 
43
  ipykernel==6.28.0
44
  ipython==8.20.0
45
  ipywidgets==8.1.2
@@ -65,10 +73,15 @@ jupyterlab_pygments==0.3.0
65
  jupyterlab_server==2.25.3
66
  jupyterlab_widgets==3.0.10
67
  kiwisolver==1.4.4
 
68
  MarkupSafe==2.1.3
69
  matplotlib==3.8.0
70
  matplotlib-inline==0.1.6
 
71
  mistune==3.0.2
 
 
 
72
  mpmath==1.3.0
73
  multidict==6.0.4
74
  multiprocess==0.70.14
@@ -82,6 +95,7 @@ notebook==7.1.1
82
  notebook_shim==0.2.4
83
  numexpr==2.8.7
84
  numpy==1.26.4
 
85
  overrides==7.7.0
86
  packaging==23.1
87
  pandas==2.1.4
@@ -100,6 +114,9 @@ ptyprocess==0.7.0
100
  pure-eval==0.2.2
101
  pyarrow==14.0.2
102
  pycparser==2.21
 
 
 
103
  Pygments==2.15.1
104
  pyparsing==3.0.9
105
  PyQt5==5.15.10
@@ -107,6 +124,7 @@ PyQt5-sip==12.13.0
107
  PySocks==1.7.1
108
  python-dateutil==2.8.2
109
  python-json-logger==2.0.7
 
110
  pytz==2023.3.post1
111
  PyYAML==6.0.1
112
  pyzmq==25.1.2
@@ -118,42 +136,55 @@ requests==2.31.0
118
  responses==0.13.3
119
  rfc3339-validator==0.1.4
120
  rfc3986-validator==0.1.1
 
121
  rpds-py==0.18.0
 
122
  safetensors==0.4.2
123
  scikit-learn==1.3.0
124
  scipy==1.11.4
125
  seaborn==0.12.2
 
126
  Send2Trash==1.8.2
127
  sentencepiece==0.2.0
128
  setuptools==68.2.2
 
129
  sip==6.7.12
130
  six==1.16.0
131
  sniffio==1.3.1
132
  soupsieve==2.5
133
  stack-data==0.2.0
 
134
  sympy==1.12
135
  terminado==0.18.0
136
  threadpoolctl==2.2.0
137
  tinycss2==1.2.1
138
  tokenizers==0.15.1
139
  tomli==2.0.1
 
 
140
  torch==2.2.0
141
  torchaudio==2.2.0
 
142
  tornado==6.3.3
143
  tqdm==4.65.0
144
  traitlets==5.7.1
145
  transformers==4.38.1
146
  triton==2.2.0
 
147
  types-python-dateutil==2.8.19.20240106
148
  typing_extensions==4.9.0
149
  tzdata==2023.3
150
  uri-template==1.3.0
151
  urllib3==2.1.0
 
152
  wcwidth==0.2.5
153
  webcolors==1.13
154
  webencodings==0.5.1
155
  websocket-client==1.7.0
 
156
  Werkzeug==2.3.8
157
  wheel==0.41.2
158
  widgetsnbextension==4.0.10
 
 
159
  yarl==1.9.3
 
1
+ aiofiles==23.2.1
2
  aiohttp==3.9.3
3
  aiosignal==1.2.0
4
+ altair==5.2.0
5
+ annotated-types==0.6.0
6
  anyio==4.3.0
7
  argon2-cffi==23.1.0
8
  argon2-cffi-bindings==21.2.0
 
20
  cffi==1.16.0
21
  charset-normalizer==2.0.4
22
  click==8.1.7
23
+ colorama==0.4.6
24
  comm==0.2.1
25
  contourpy==1.2.0
26
  cycler==0.11.0
 
31
  dill==0.3.6
32
  exceptiongroup==1.2.0
33
  executing==0.8.3
34
+ fastapi==0.110.0
35
  fastjsonschema==2.19.1
36
+ ffmpy==0.3.2
37
  filelock==3.13.1
 
38
  fonttools==4.25.0
39
  fqdn==1.5.1
40
  frozenlist==1.4.0
41
  fsspec==2023.10.0
42
  gmpy2==2.1.2
43
+ gradio==4.21.0
44
+ gradio_client==0.12.0
45
  h11==0.14.0
46
  httpcore==1.0.4
47
  httpx==0.27.0
48
  huggingface-hub==0.20.3
49
  idna==3.4
50
+ importlib_resources==6.2.0
51
  ipykernel==6.28.0
52
  ipython==8.20.0
53
  ipywidgets==8.1.2
 
73
  jupyterlab_server==2.25.3
74
  jupyterlab_widgets==3.0.10
75
  kiwisolver==1.4.4
76
+ markdown-it-py==3.0.0
77
  MarkupSafe==2.1.3
78
  matplotlib==3.8.0
79
  matplotlib-inline==0.1.6
80
+ mdurl==0.1.2
81
  mistune==3.0.2
82
+ mkl-fft==1.3.8
83
+ mkl-random==1.2.4
84
+ mkl-service==2.4.0
85
  mpmath==1.3.0
86
  multidict==6.0.4
87
  multiprocess==0.70.14
 
95
  notebook_shim==0.2.4
96
  numexpr==2.8.7
97
  numpy==1.26.4
98
+ orjson==3.9.15
99
  overrides==7.7.0
100
  packaging==23.1
101
  pandas==2.1.4
 
114
  pure-eval==0.2.2
115
  pyarrow==14.0.2
116
  pycparser==2.21
117
+ pydantic==2.6.4
118
+ pydantic_core==2.16.3
119
+ pydub==0.25.1
120
  Pygments==2.15.1
121
  pyparsing==3.0.9
122
  PyQt5==5.15.10
 
124
  PySocks==1.7.1
125
  python-dateutil==2.8.2
126
  python-json-logger==2.0.7
127
+ python-multipart==0.0.9
128
  pytz==2023.3.post1
129
  PyYAML==6.0.1
130
  pyzmq==25.1.2
 
136
  responses==0.13.3
137
  rfc3339-validator==0.1.4
138
  rfc3986-validator==0.1.1
139
+ rich==13.7.1
140
  rpds-py==0.18.0
141
+ ruff==0.3.2
142
  safetensors==0.4.2
143
  scikit-learn==1.3.0
144
  scipy==1.11.4
145
  seaborn==0.12.2
146
+ semantic-version==2.10.0
147
  Send2Trash==1.8.2
148
  sentencepiece==0.2.0
149
  setuptools==68.2.2
150
+ shellingham==1.5.4
151
  sip==6.7.12
152
  six==1.16.0
153
  sniffio==1.3.1
154
  soupsieve==2.5
155
  stack-data==0.2.0
156
+ starlette==0.36.3
157
  sympy==1.12
158
  terminado==0.18.0
159
  threadpoolctl==2.2.0
160
  tinycss2==1.2.1
161
  tokenizers==0.15.1
162
  tomli==2.0.1
163
+ tomlkit==0.12.0
164
+ toolz==0.12.1
165
  torch==2.2.0
166
  torchaudio==2.2.0
167
+ torchvision==0.15.2a0
168
  tornado==6.3.3
169
  tqdm==4.65.0
170
  traitlets==5.7.1
171
  transformers==4.38.1
172
  triton==2.2.0
173
+ typer==0.9.0
174
  types-python-dateutil==2.8.19.20240106
175
  typing_extensions==4.9.0
176
  tzdata==2023.3
177
  uri-template==1.3.0
178
  urllib3==2.1.0
179
+ uvicorn==0.28.0
180
  wcwidth==0.2.5
181
  webcolors==1.13
182
  webencodings==0.5.1
183
  websocket-client==1.7.0
184
+ websockets==11.0.3
185
  Werkzeug==2.3.8
186
  wheel==0.41.2
187
  widgetsnbextension==4.0.10
188
+ xgboost==2.0.3
189
+ xxhash==2.0.2
190
  yarl==1.9.3