jfataphd commited on
Commit
ba39951
1 Parent(s): 7af742e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +62 -0
requirements.txt CHANGED
@@ -1,31 +1,46 @@
 
1
  aiohttp==3.8.4
2
  aiosignal==1.3.1
3
  altair==4.2.2
 
4
  apiclient==1.0.4
5
  async-timeout==4.0.2
6
  attrs==22.2.0
7
  beautifulsoup4==4.11.2
8
  blinker==1.5
 
9
  bs4==0.0.1
10
  build==0.10.0
11
  cachetools==5.3.0
 
12
  certifi==2022.12.7
13
  charset-normalizer==3.0.1
 
14
  click==8.1.3
 
15
  colorama==0.4.6
 
 
 
16
  contourpy==1.0.7
17
  cycler==0.11.0
 
18
  Cython==0.29.32
19
  datasets==2.10.0
20
  decorator==5.1.1
21
  dill==0.3.6
 
 
22
  entrypoints==0.4
 
23
  filelock==3.9.0
 
24
  fontawesomefree==6.3.0
25
  fonttools==4.38.0
26
  frozenlist==1.3.3
27
  fsspec==2023.1.0
28
  fst-pso==1.8.1
 
29
  FuzzyTM==2.0.5
30
  gensim==4.3.0
31
  gitdb==4.0.10
@@ -35,35 +50,58 @@ google-api-python-client==2.79.0
35
  google-auth==2.16.1
36
  google-auth-httplib2==0.1.0
37
  googleapis-common-protos==1.58.0
 
38
  httplib2==0.21.0
39
  huggingface-hub==0.12.1
40
  idna==3.4
41
  importlib-metadata==6.0.0
 
 
42
  Jinja2==3.1.2
 
43
  jsonschema==4.17.3
44
  kiwisolver==1.4.4
 
 
45
  lxml==4.9.2
46
  markdown-it-py==2.2.0
47
  MarkupSafe==2.1.2
48
  matplotlib==3.7.0
49
  mdurl==0.1.2
50
  miniful==0.0.6
 
51
  multidict==6.0.4
52
  multiprocess==0.70.14
 
 
 
 
 
53
  numpy==1.24.2
 
54
  packaging==23.0
55
  pandas==1.5.3
 
 
 
56
  Pillow==9.4.0
57
  plotly==5.13.1
 
58
  protobuf==3.20.3
 
59
  pyarrow==11.0.0
60
  pyasn1==0.4.8
61
  pyasn1-modules==0.2.8
 
 
62
  pydeck==0.8.0
 
63
  pyFUME==0.2.25
64
  Pygments==2.14.0
65
  Pympler==1.0.1
 
66
  pyparsing==3.0.9
 
67
  pyproject_hooks==1.0.0
68
  pyrsistent==0.19.3
69
  python-dateutil==2.8.2
@@ -71,31 +109,55 @@ pytube3==9.6.4
71
  pytz==2022.7.1
72
  pytz-deprecation-shim==0.1.0.post0
73
  pywaffle==1.1.0
 
74
  PyYAML==6.0
 
 
75
  requests==2.28.2
76
  responses==0.18.0
77
  rich==13.3.1
78
  rsa==4.9
 
79
  scipy==1.10.1
80
  semver==2.13.0
 
81
  simpful==2.10.0
 
82
  six==1.16.0
 
83
  smart-open==6.3.0
84
  smmap==5.0.0
 
85
  soupsieve==2.4
 
 
 
86
  squarify==0.4.3
 
 
87
  streamlit==1.18.1
 
88
  tenacity==8.2.1
 
 
 
 
89
  toml==0.10.2
90
  toolz==0.12.0
 
91
  tornado==6.2
92
  tqdm==4.64.1
 
 
 
93
  typing_extensions==4.5.0
94
  tzdata==2022.7
95
  tzlocal==4.2
96
  uritemplate==4.1.1
97
  urllib3==1.26.14
 
98
  validators==0.20.0
 
99
  watchdog==2.2.1
100
  xxhash==3.2.0
101
  yarl==1.8.2
 
1
+ aiofiles==23.1.0
2
  aiohttp==3.8.4
3
  aiosignal==1.3.1
4
  altair==4.2.2
5
+ anyio==3.6.2
6
  apiclient==1.0.4
7
  async-timeout==4.0.2
8
  attrs==22.2.0
9
  beautifulsoup4==4.11.2
10
  blinker==1.5
11
+ blis==0.7.9
12
  bs4==0.0.1
13
  build==0.10.0
14
  cachetools==5.3.0
15
+ catalogue==2.0.8
16
  certifi==2022.12.7
17
  charset-normalizer==3.0.1
18
+ ci-info==0.3.0
19
  click==8.1.3
20
+ click-plugins==1.1.1
21
  colorama==0.4.6
22
+ confection==0.0.4
23
+ configobj==5.0.8
24
+ configparser==5.3.0
25
  contourpy==1.0.7
26
  cycler==0.11.0
27
+ cymem==2.0.7
28
  Cython==0.29.32
29
  datasets==2.10.0
30
  decorator==5.1.1
31
  dill==0.3.6
32
+ docopt==0.6.2
33
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
34
  entrypoints==0.4
35
+ etelemetry==0.3.0
36
  filelock==3.9.0
37
+ fitz==0.0.1.dev2
38
  fontawesomefree==6.3.0
39
  fonttools==4.38.0
40
  frozenlist==1.3.3
41
  fsspec==2023.1.0
42
  fst-pso==1.8.1
43
+ future==0.18.3
44
  FuzzyTM==2.0.5
45
  gensim==4.3.0
46
  gitdb==4.0.10
 
50
  google-auth==2.16.1
51
  google-auth-httplib2==0.1.0
52
  googleapis-common-protos==1.58.0
53
+ h11==0.14.0
54
  httplib2==0.21.0
55
  huggingface-hub==0.12.1
56
  idna==3.4
57
  importlib-metadata==6.0.0
58
+ isodate==0.6.1
59
+ itsdangerous==2.1.2
60
  Jinja2==3.1.2
61
+ joblib==1.2.0
62
  jsonschema==4.17.3
63
  kiwisolver==1.4.4
64
+ langcodes==3.3.0
65
+ looseversion==1.1.2
66
  lxml==4.9.2
67
  markdown-it-py==2.2.0
68
  MarkupSafe==2.1.2
69
  matplotlib==3.7.0
70
  mdurl==0.1.2
71
  miniful==0.0.6
72
+ mpmath==1.3.0
73
  multidict==6.0.4
74
  multiprocess==0.70.14
75
+ murmurhash==1.0.9
76
+ networkx==3.1
77
+ nibabel==5.1.0
78
+ nipype==1.8.6
79
+ nltk==3.8.1
80
  numpy==1.24.2
81
+ openstep-parser==1.5.4
82
  packaging==23.0
83
  pandas==1.5.3
84
+ pathlib==1.0.1
85
+ pathy==0.10.1
86
+ pbxproj==3.5.0
87
  Pillow==9.4.0
88
  plotly==5.13.1
89
+ preshed==3.0.8
90
  protobuf==3.20.3
91
+ prov==2.0.0
92
  pyarrow==11.0.0
93
  pyasn1==0.4.8
94
  pyasn1-modules==0.2.8
95
+ pybind11==2.10.4
96
+ pydantic==1.10.7
97
  pydeck==0.8.0
98
+ pydot==1.4.2
99
  pyFUME==0.2.25
100
  Pygments==2.14.0
101
  Pympler==1.0.1
102
+ PyMuPDF==1.22.0
103
  pyparsing==3.0.9
104
+ PyPDF2==3.0.1
105
  pyproject_hooks==1.0.0
106
  pyrsistent==0.19.3
107
  python-dateutil==2.8.2
 
109
  pytz==2022.7.1
110
  pytz-deprecation-shim==0.1.0.post0
111
  pywaffle==1.1.0
112
+ pyxnat==1.5
113
  PyYAML==6.0
114
+ rdflib==6.3.2
115
+ regex==2023.3.23
116
  requests==2.28.2
117
  responses==0.18.0
118
  rich==13.3.1
119
  rsa==4.9
120
+ scikit-learn==1.2.2
121
  scipy==1.10.1
122
  semver==2.13.0
123
+ sentencepiece==0.1.98
124
  simpful==2.10.0
125
+ simplejson==3.19.1
126
  six==1.16.0
127
+ sklearn==0.0.post1
128
  smart-open==6.3.0
129
  smmap==5.0.0
130
+ sniffio==1.3.0
131
  soupsieve==2.4
132
+ spacy==3.5.2
133
+ spacy-legacy==3.0.12
134
+ spacy-loggers==1.0.4
135
  squarify==0.4.3
136
+ srsly==2.4.6
137
+ starlette==0.26.1
138
  streamlit==1.18.1
139
+ sympy==1.11.1
140
  tenacity==8.2.1
141
+ termcolor==2.2.0
142
+ thinc==8.1.9
143
+ threadpoolctl==3.1.0
144
+ tokenizers==0.13.2
145
  toml==0.10.2
146
  toolz==0.12.0
147
+ torch==2.0.0
148
  tornado==6.2
149
  tqdm==4.64.1
150
+ traits==6.3.2
151
+ transformers==4.27.4
152
+ typer==0.7.0
153
  typing_extensions==4.5.0
154
  tzdata==2022.7
155
  tzlocal==4.2
156
  uritemplate==4.1.1
157
  urllib3==1.26.14
158
+ uvicorn==0.21.1
159
  validators==0.20.0
160
+ wasabi==1.1.1
161
  watchdog==2.2.1
162
  xxhash==3.2.0
163
  yarl==1.8.2