yjwtheonly commited on
Commit
e08c88f
1 Parent(s): adbaefa
Files changed (1) hide show
  1. requirements.txt +3 -77
requirements.txt CHANGED
@@ -1,52 +1,21 @@
1
- aiofiles==23.2.1
2
- aiohttp==3.8.5
3
- aiosignal==1.3.1
4
  annotated-types==0.5.0
5
- anyio==3.7.1
6
- argon2-cffi==20.1.0
7
- async-generator==1.10
8
- async-timeout==4.0.3
9
  attrs==21.2.0
10
  backcall==0.2.0
11
- backports.functools-lru-cache==1.6.4
12
  bleach==4.0.0
13
  Bottleneck
14
  brotlipy==0.7.0
15
  catalogue==2.0.9
16
  certifi==2022.12.7
17
- cffi==1.14.6
18
- charset-normalizer==2.0.4
19
- click==8.1.7
20
- confection==0.1.1
21
- cryptography==37.0.1
22
- cycler==0.11.0
23
  cymem==2.0.7
24
- debugpy==1.5.1
25
- decorator==5.1.0
26
- defusedxml==0.7.1
27
  dill==0.3.7
28
- entrypoints==0.3
29
- exceptiongroup==1.1.3
30
- fastapi==0.102.0
31
- ffmpy==0.3.1
32
- filelock==3.12.2
33
- flit_core==3.6.0
34
  fonttools==4.25.0
35
- frozenlist==1.4.0
36
- fsspec==2023.6.0
37
- h11==0.14.0
38
- httpcore==0.17.3
39
- httpx==0.24.1
40
  huggingface-hub==0.16.4
41
  idna==3.3
42
- importlib-metadata==4.8.2
43
- importlib-resources==6.0.1
44
  ipykernel==6.6.0
45
  ipython==7.30.1
46
  ipython-genutils==0.2.0
47
  ipywidgets==7.6.5
48
  jedi==0.18.1
49
- Jinja2==3.0.2
50
  joblib==1.3.2
51
  jsonschema==3.2.0
52
  jupyter==1.0.0
@@ -55,65 +24,30 @@ jupyter-console==6.4.0
55
  jupyter-core==4.9.1
56
  jupyterlab-pygments==0.1.2
57
  jupyterlab-widgets==1.0.0
58
- kiwisolver==1.3.1
59
  langcodes==3.3.0
60
- MarkupSafe==2.0.1
61
  matplotlib
62
  matplotlib-inline
63
  mistune==0.8.4
64
- mkl-fft
65
- mkl-random
66
- mkl-service
67
  multidict==6.0.4
68
- munkres==1.1.4
69
- murmurhash==1.0.9
70
- nbclient==0.5.3
71
- nbconvert==6.3.0
72
- nbformat==5.1.3
73
- nest-asyncio==1.5.4
74
  networkx==2.6.3
75
  notebook==6.4.6
76
  numexpr==2.8.1
77
  numpy==1.21.5
78
- olefile==0.46
79
  openai==0.27.6
80
- orjson==3.9.5
81
  packaging==21.3
82
  pandas==1.3.4
83
- pandocfilters==1.4.3
84
- parso==0.8.3
85
- pathy==0.10.2
86
- pexpect==4.8.0
87
- pickleshare==0.7.5
88
  Pillow==8.4.0
89
  pip==21.2.4
90
  preshed==3.0.8
91
- prometheus-client==0.12.0
92
- prompt-toolkit==3.0.20
93
- ptyprocess==0.7.0
94
- pycparser==2.21
95
- pydantic==2.3.0
96
- pydantic_core==2.6.3
97
  pydub==0.25.1
98
  Pygments==2.11.1
99
- pyOpenSSL==22.0.0
100
- pyparsing==3.0.4
101
- pyrsistent==0.18.0
102
- PySocks==1.7.1
103
- python-dateutil==2.8.2
104
- python-multipart==0.0.6
105
- pytz==2021.3
106
  PyYAML==6.0.1
107
  pyzmq==19.0.2
108
  qtconsole==5.1.1
109
- QtPy==1.10.0
110
  regex==2023.8.8
111
  requests==2.28.1
112
- sacremoses==0.0.46
113
  scipy==1.7.3
114
  seaborn==0.11.2
115
- semantic-version==2.10.0
116
- Send2Trash==1.8.0
117
  setuptools==58.0.4
118
  smart-open==6.3.0
119
  sniffio==1.3.0
@@ -121,12 +55,7 @@ spacy==3.6.1
121
  spacy-legacy==3.0.12
122
  spacy-loggers==1.0.4
123
  srsly==2.4.7
124
- starlette==0.27.0
125
- terminado==0.9.4
126
- testpath==0.5.0
127
- thinc==8.1.12
128
  tokenizers==0.13.3
129
- toolz==0.12.0
130
  torch==1.12.1
131
  torchaudio==0.12.1
132
  torchvision==0.13.1
@@ -135,15 +64,12 @@ tqdm==4.62.3
135
  traitlets==5.7.1
136
  transformers==4.26.0
137
  typer==0.4.2
138
- typing_extensions==4.7.1
139
  urllib3==1.26.11
140
  uvicorn==0.23.2
141
  wasabi==0.10.1
142
- wcwidth==0.2.5
143
- webencodings==0.5.1
144
- websockets==11.0.3
145
  wheel==0.37.0
146
- widgetsnbextension==3.5.1
147
  xlwt==1.3.0
148
  yarl==1.9.2
149
- zipp==3.6.0
 
 
 
 
 
 
1
  annotated-types==0.5.0
 
 
 
 
2
  attrs==21.2.0
3
  backcall==0.2.0
 
4
  bleach==4.0.0
5
  Bottleneck
6
  brotlipy==0.7.0
7
  catalogue==2.0.9
8
  certifi==2022.12.7
 
 
 
 
 
 
9
  cymem==2.0.7
 
 
 
10
  dill==0.3.7
 
 
 
 
 
 
11
  fonttools==4.25.0
 
 
 
 
 
12
  huggingface-hub==0.16.4
13
  idna==3.3
 
 
14
  ipykernel==6.6.0
15
  ipython==7.30.1
16
  ipython-genutils==0.2.0
17
  ipywidgets==7.6.5
18
  jedi==0.18.1
 
19
  joblib==1.3.2
20
  jsonschema==3.2.0
21
  jupyter==1.0.0
 
24
  jupyter-core==4.9.1
25
  jupyterlab-pygments==0.1.2
26
  jupyterlab-widgets==1.0.0
 
27
  langcodes==3.3.0
 
28
  matplotlib
29
  matplotlib-inline
30
  mistune==0.8.4
 
 
 
31
  multidict==6.0.4
 
 
 
 
 
 
32
  networkx==2.6.3
33
  notebook==6.4.6
34
  numexpr==2.8.1
35
  numpy==1.21.5
 
36
  openai==0.27.6
 
37
  packaging==21.3
38
  pandas==1.3.4
 
 
 
 
 
39
  Pillow==8.4.0
40
  pip==21.2.4
41
  preshed==3.0.8
 
 
 
 
 
 
42
  pydub==0.25.1
43
  Pygments==2.11.1
 
 
 
 
 
 
 
44
  PyYAML==6.0.1
45
  pyzmq==19.0.2
46
  qtconsole==5.1.1
 
47
  regex==2023.8.8
48
  requests==2.28.1
 
49
  scipy==1.7.3
50
  seaborn==0.11.2
 
 
51
  setuptools==58.0.4
52
  smart-open==6.3.0
53
  sniffio==1.3.0
 
55
  spacy-legacy==3.0.12
56
  spacy-loggers==1.0.4
57
  srsly==2.4.7
 
 
 
 
58
  tokenizers==0.13.3
 
59
  torch==1.12.1
60
  torchaudio==0.12.1
61
  torchvision==0.13.1
 
64
  traitlets==5.7.1
65
  transformers==4.26.0
66
  typer==0.4.2
 
67
  urllib3==1.26.11
68
  uvicorn==0.23.2
69
  wasabi==0.10.1
 
 
 
70
  wheel==0.37.0
 
71
  xlwt==1.3.0
72
  yarl==1.9.2
73
+ zipp==3.6.0
74
+ sacremoses==0.0.46
75
+ pydantic==2.3.0