Skip to content

Commit c40fbac

Browse files
committed
add requirements.txt
fix issues with medcat ES compatibility issues
1 parent b92e4b4 commit c40fbac

File tree

1 file changed

+131
-0
lines changed

1 file changed

+131
-0
lines changed

requirements.txt

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
aiofiles==0.8.0
2+
aiohttp==3.8.1
3+
aiosignal==1.2.0
4+
anyio==3.6.1
5+
appnope==0.1.3
6+
argon2-cffi==21.3.0
7+
argon2-cffi-bindings==21.2.0
8+
async-timeout==4.0.2
9+
asynctest==0.13.0
10+
attrs==21.4.0
11+
Babel==2.10.3
12+
backcall==0.2.0
13+
beautifulsoup4==4.11.1
14+
bleach==5.0.0
15+
blis==0.7.5
16+
catalogue==2.0.7
17+
certifi==2022.6.15
18+
cffi==1.15.0
19+
charset-normalizer==2.0.12
20+
click==8.0.4
21+
cymem==2.0.6
22+
datasets==1.14.0
23+
debugpy==1.6.0
24+
decorator==5.1.1
25+
defusedxml==0.7.1
26+
dill==0.3.5.1
27+
elastic-transport==8.1.2
28+
elasticsearch==8.2.3
29+
entrypoints==0.4
30+
fastjsonschema==2.15.3
31+
filelock==3.7.1
32+
frozenlist==1.3.0
33+
fsspec==2022.5.0
34+
gensim==4.1.2
35+
huggingface-hub==0.0.19
36+
idna==3.3
37+
importlib-metadata==4.11.4
38+
importlib-resources==5.8.0
39+
interchange==2021.0.4
40+
ipykernel==6.15.0
41+
ipython==7.34.0
42+
ipython-genutils==0.2.0
43+
ipywidgets==7.6.5
44+
jedi==0.18.1
45+
Jinja2==3.1.2
46+
joblib==1.1.0
47+
json5==0.9.8
48+
jsonpickle==2.0.0
49+
jsonschema==4.6.0
50+
jupyter-client==7.3.4
51+
jupyter-core==4.10.0
52+
jupyter-server==1.18.0
53+
jupyterlab==3.4.3
54+
jupyterlab-pygments==0.2.2
55+
jupyterlab-server==2.14.0
56+
jupyterlab-widgets==1.1.1
57+
MarkupSafe==2.1.1
58+
matplotlib-inline==0.1.3
59+
medcat==1.2.8
60+
mistune==0.8.4
61+
monotonic==1.6
62+
multidict==6.0.2
63+
multiprocess==0.70.13
64+
murmurhash==1.0.7
65+
nbclassic==0.3.7
66+
nbclient==0.6.4
67+
nbconvert==6.5.0
68+
nbformat==5.4.0
69+
nest-asyncio==1.5.5
70+
notebook==6.4.12
71+
notebook-shim==0.1.0
72+
numpy==1.21.6
73+
packaging==21.3
74+
pandas==1.3.4
75+
pandocfilters==1.5.0
76+
pansi==2020.7.3
77+
parso==0.8.3
78+
pathy==0.6.1
79+
pexpect==4.8.0
80+
pickleshare==0.7.5
81+
preshed==3.0.6
82+
prometheus-client==0.14.1
83+
prompt-toolkit==3.0.29
84+
psutil==5.9.1
85+
ptyprocess==0.7.0
86+
py2neo==2021.2.3
87+
pyarrow==8.0.0
88+
pycparser==2.21
89+
pydantic==1.8.2
90+
Pygments==2.12.0
91+
pyparsing==3.0.9
92+
pyrsistent==0.18.1
93+
python-dateutil==2.8.2
94+
pytz==2022.1
95+
PyYAML==6.0
96+
pyzmq==23.2.0
97+
regex==2022.6.2
98+
requests==2.28.0
99+
sacremoses==0.0.53
100+
scikit-learn==1.0.2
101+
scipy==1.7.1
102+
Send2Trash==1.8.0
103+
six==1.16.0
104+
sklearn==0.0
105+
smart-open==5.2.1
106+
sniffio==1.2.0
107+
soupsieve==2.3.2.post1
108+
spacy==3.1.3
109+
spacy-legacy==3.0.9
110+
srsly==2.4.3
111+
terminado==0.15.0
112+
thinc==8.0.17
113+
threadpoolctl==3.1.0
114+
tinycss2==1.1.1
115+
tokenizers==0.10.3
116+
torch==1.9.1
117+
tornado==6.1
118+
tqdm==4.64.0
119+
traitlets==5.3.0
120+
transformers==4.11.3
121+
typer==0.4.1
122+
typing-extensions==3.10.0.2
123+
urllib3==1.26.9
124+
wasabi==0.9.1
125+
wcwidth==0.2.5
126+
webencodings==0.5.1
127+
websocket-client==1.3.3
128+
widgetsnbextension==3.5.2
129+
xxhash==2.0.2
130+
yarl==1.7.2
131+
zipp==3.8.0

0 commit comments

Comments
 (0)