FloydTan1987 commited on
Commit
3260878
1 Parent(s): 9a10812

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +58 -13
requirements.txt CHANGED
@@ -2,22 +2,27 @@ aiofiles==23.2.1
2
  altair==5.3.0
3
  annotated-types==0.7.0
4
  anyio==4.4.0
 
 
 
5
  asttokens==2.4.1
 
6
  attrs==23.2.0
7
- backcall==0.2.0
8
  beautifulsoup4==4.12.3
9
  bleach==6.1.0
10
- build==1.2.1
11
  certifi==2024.6.2
 
12
  charset-normalizer==3.3.2
13
  click==8.1.7
14
  colorama==0.4.6
 
15
  contourpy==1.2.1
16
  cycler==0.12.1
 
17
  decorator==5.1.1
18
  defusedxml==0.7.1
19
  dnspython==2.6.1
20
- docopt==0.6.2
21
  email_validator==2.2.0
22
  executing==2.0.1
23
  fastapi==0.111.0
@@ -26,6 +31,7 @@ fastjsonschema==2.20.0
26
  ffmpy==0.3.2
27
  filelock==3.15.4
28
  fonttools==4.53.0
 
29
  fsspec==2024.6.1
30
  gradio==4.37.2
31
  gradio_client==1.0.2
@@ -36,14 +42,27 @@ httpx==0.27.0
36
  huggingface-hub==0.23.4
37
  idna==3.7
38
  importlib_resources==6.4.0
39
- ipython==8.12.3
 
 
 
 
40
  jedi==0.19.1
41
  Jinja2==3.1.4
 
 
42
  jsonschema==4.22.0
43
  jsonschema-specifications==2023.12.1
 
 
 
44
  jupyter_client==8.6.2
45
- jupyter_core==5.7.2
 
 
46
  jupyterlab_pygments==0.3.0
 
 
47
  kiwisolver==1.4.5
48
  markdown-it-py==3.0.0
49
  MarkupSafe==2.1.5
@@ -51,42 +70,57 @@ matplotlib==3.9.0
51
  matplotlib-inline==0.1.7
52
  mdurl==0.1.2
53
  mistune==3.0.2
 
 
54
  nbclient==0.10.0
55
  nbconvert==7.16.4
56
  nbformat==5.10.4
57
- numpy==2.0.0
58
- ollama==0.2.1
 
 
 
59
  orjson==3.10.6
 
60
  packaging==24.1
61
  pandas==2.2.2
62
  pandocfilters==1.5.1
63
  parso==0.8.4
64
- pickleshare==0.7.5
65
  pillow==10.4.0
66
- pip-tools==7.4.1
67
- pipreqs==0.5.0
68
  platformdirs==4.2.2
 
69
  prompt_toolkit==3.0.47
 
70
  pure-eval==0.2.2
 
71
  pydantic==2.8.0
72
  pydantic_core==2.20.0
73
  pydub==0.25.1
74
  Pygments==2.18.0
75
  pyparsing==3.1.2
76
- pyproject_hooks==1.1.0
77
  python-dateutil==2.9.0.post0
78
  python-dotenv==1.0.1
 
79
  python-multipart==0.0.9
80
  pytz==2024.1
81
  pywin32==306
 
82
  PyYAML==6.0.1
83
  pyzmq==26.0.3
 
 
84
  referencing==0.35.1
 
85
  requests==2.32.3
 
 
86
  rich==13.7.1
87
  rpds-py==0.18.1
88
  ruff==0.5.0
 
89
  semantic-version==2.10.0
 
90
  setuptools==70.2.0
91
  shellingham==1.5.4
92
  six==1.16.0
@@ -94,21 +128,32 @@ sniffio==1.3.1
94
  soupsieve==2.5
95
  stack-data==0.6.3
96
  starlette==0.37.2
 
 
 
97
  tinycss2==1.3.0
 
98
  tomlkit==0.12.0
99
  toolz==0.12.1
 
 
 
100
  tornado==6.4.1
101
  tqdm==4.66.4
102
  traitlets==5.14.3
 
103
  typer==0.12.3
 
104
  typing_extensions==4.12.2
105
  tzdata==2024.1
106
  ujson==5.10.0
 
107
  urllib3==2.2.2
108
  uvicorn==0.30.1
109
  watchfiles==0.22.0
110
  wcwidth==0.2.13
 
111
  webencodings==0.5.1
 
112
  websockets==11.0.3
113
- wheel==0.43.0
114
- yarg==0.1.9
 
2
  altair==5.3.0
3
  annotated-types==0.7.0
4
  anyio==4.4.0
5
+ argon2-cffi==23.1.0
6
+ argon2-cffi-bindings==21.2.0
7
+ arrow==1.3.0
8
  asttokens==2.4.1
9
+ async-lru==2.0.4
10
  attrs==23.2.0
11
+ Babel==2.15.0
12
  beautifulsoup4==4.12.3
13
  bleach==6.1.0
 
14
  certifi==2024.6.2
15
+ cffi==1.16.0
16
  charset-normalizer==3.3.2
17
  click==8.1.7
18
  colorama==0.4.6
19
+ comm==0.2.2
20
  contourpy==1.2.1
21
  cycler==0.12.1
22
+ debugpy==1.8.2
23
  decorator==5.1.1
24
  defusedxml==0.7.1
25
  dnspython==2.6.1
 
26
  email_validator==2.2.0
27
  executing==2.0.1
28
  fastapi==0.111.0
 
31
  ffmpy==0.3.2
32
  filelock==3.15.4
33
  fonttools==4.53.0
34
+ fqdn==1.5.1
35
  fsspec==2024.6.1
36
  gradio==4.37.2
37
  gradio_client==1.0.2
 
42
  huggingface-hub==0.23.4
43
  idna==3.7
44
  importlib_resources==6.4.0
45
+ intel-openmp==2021.4.0
46
+ ipykernel==6.29.5
47
+ ipython==8.26.0
48
+ ipywidgets==8.1.3
49
+ isoduration==20.11.0
50
  jedi==0.19.1
51
  Jinja2==3.1.4
52
+ json5==0.9.25
53
+ jsonpointer==3.0.0
54
  jsonschema==4.22.0
55
  jsonschema-specifications==2023.12.1
56
+ jupyter-console==6.6.3
57
+ jupyter-events==0.10.0
58
+ jupyter-lsp==2.2.5
59
  jupyter_client==8.6.2
60
+ jupyter_server==2.14.1
61
+ jupyter_server_terminals==0.5.3
62
+ jupyterlab==4.2.3
63
  jupyterlab_pygments==0.3.0
64
+ jupyterlab_server==2.27.2
65
+ jupyterlab_widgets==3.0.11
66
  kiwisolver==1.4.5
67
  markdown-it-py==3.0.0
68
  MarkupSafe==2.1.5
 
70
  matplotlib-inline==0.1.7
71
  mdurl==0.1.2
72
  mistune==3.0.2
73
+ mkl==2021.4.0
74
+ mpmath==1.3.0
75
  nbclient==0.10.0
76
  nbconvert==7.16.4
77
  nbformat==5.10.4
78
+ nest-asyncio==1.6.0
79
+ networkx==3.3
80
+ notebook==7.2.1
81
+ notebook_shim==0.2.4
82
+ numpy==1.26.4
83
  orjson==3.10.6
84
+ overrides==7.7.0
85
  packaging==24.1
86
  pandas==2.2.2
87
  pandocfilters==1.5.1
88
  parso==0.8.4
 
89
  pillow==10.4.0
90
+ pip-autoremove==0.10.0
 
91
  platformdirs==4.2.2
92
+ prometheus_client==0.20.0
93
  prompt_toolkit==3.0.47
94
+ psutil==6.0.0
95
  pure-eval==0.2.2
96
+ pycparser==2.22
97
  pydantic==2.8.0
98
  pydantic_core==2.20.0
99
  pydub==0.25.1
100
  Pygments==2.18.0
101
  pyparsing==3.1.2
 
102
  python-dateutil==2.9.0.post0
103
  python-dotenv==1.0.1
104
+ python-json-logger==2.0.7
105
  python-multipart==0.0.9
106
  pytz==2024.1
107
  pywin32==306
108
+ pywinpty==2.0.13
109
  PyYAML==6.0.1
110
  pyzmq==26.0.3
111
+ qtconsole==5.5.2
112
+ QtPy==2.4.1
113
  referencing==0.35.1
114
+ regex==2024.5.15
115
  requests==2.32.3
116
+ rfc3339-validator==0.1.4
117
+ rfc3986-validator==0.1.1
118
  rich==13.7.1
119
  rpds-py==0.18.1
120
  ruff==0.5.0
121
+ safetensors==0.4.3
122
  semantic-version==2.10.0
123
+ Send2Trash==1.8.3
124
  setuptools==70.2.0
125
  shellingham==1.5.4
126
  six==1.16.0
 
128
  soupsieve==2.5
129
  stack-data==0.6.3
130
  starlette==0.37.2
131
+ sympy==1.12.1
132
+ tbb==2021.13.0
133
+ terminado==0.18.1
134
  tinycss2==1.3.0
135
+ tokenizers==0.19.1
136
  tomlkit==0.12.0
137
  toolz==0.12.1
138
+ torch==2.3.1
139
+ torchaudio==2.3.1
140
+ torchvision==0.18.1
141
  tornado==6.4.1
142
  tqdm==4.66.4
143
  traitlets==5.14.3
144
+ transformers==4.42.3
145
  typer==0.12.3
146
+ types-python-dateutil==2.9.0.20240316
147
  typing_extensions==4.12.2
148
  tzdata==2024.1
149
  ujson==5.10.0
150
+ uri-template==1.3.0
151
  urllib3==2.2.2
152
  uvicorn==0.30.1
153
  watchfiles==0.22.0
154
  wcwidth==0.2.13
155
+ webcolors==24.6.0
156
  webencodings==0.5.1
157
+ websocket-client==1.8.0
158
  websockets==11.0.3
159
+ widgetsnbextension==4.0.11