Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
fix issues with medcat ES compatibility issues
  • Loading branch information
antsh3k committed Jun 23, 2022
1 parent b92e4b4 commit c40fbac
Showing 1 changed file with 131 additions and 0 deletions.
131 changes: 131 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
aiofiles==0.8.0
aiohttp==3.8.1
aiosignal==1.2.0
anyio==3.6.1
appnope==0.1.3
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
async-timeout==4.0.2
asynctest==0.13.0
attrs==21.4.0
Babel==2.10.3
backcall==0.2.0
beautifulsoup4==4.11.1
bleach==5.0.0
blis==0.7.5
catalogue==2.0.7
certifi==2022.6.15
cffi==1.15.0
charset-normalizer==2.0.12
click==8.0.4
cymem==2.0.6
datasets==1.14.0
debugpy==1.6.0
decorator==5.1.1
defusedxml==0.7.1
dill==0.3.5.1
elastic-transport==8.1.2
elasticsearch==8.2.3
entrypoints==0.4
fastjsonschema==2.15.3
filelock==3.7.1
frozenlist==1.3.0
fsspec==2022.5.0
gensim==4.1.2
huggingface-hub==0.0.19
idna==3.3
importlib-metadata==4.11.4
importlib-resources==5.8.0
interchange==2021.0.4
ipykernel==6.15.0
ipython==7.34.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
jedi==0.18.1
Jinja2==3.1.2
joblib==1.1.0
json5==0.9.8
jsonpickle==2.0.0
jsonschema==4.6.0
jupyter-client==7.3.4
jupyter-core==4.10.0
jupyter-server==1.18.0
jupyterlab==3.4.3
jupyterlab-pygments==0.2.2
jupyterlab-server==2.14.0
jupyterlab-widgets==1.1.1
MarkupSafe==2.1.1
matplotlib-inline==0.1.3
medcat==1.2.8
mistune==0.8.4
monotonic==1.6
multidict==6.0.2
multiprocess==0.70.13
murmurhash==1.0.7
nbclassic==0.3.7
nbclient==0.6.4
nbconvert==6.5.0
nbformat==5.4.0
nest-asyncio==1.5.5
notebook==6.4.12
notebook-shim==0.1.0
numpy==1.21.6
packaging==21.3
pandas==1.3.4
pandocfilters==1.5.0
pansi==2020.7.3
parso==0.8.3
pathy==0.6.1
pexpect==4.8.0
pickleshare==0.7.5
preshed==3.0.6
prometheus-client==0.14.1
prompt-toolkit==3.0.29
psutil==5.9.1
ptyprocess==0.7.0
py2neo==2021.2.3
pyarrow==8.0.0
pycparser==2.21
pydantic==1.8.2
Pygments==2.12.0
pyparsing==3.0.9
pyrsistent==0.18.1
python-dateutil==2.8.2
pytz==2022.1
PyYAML==6.0
pyzmq==23.2.0
regex==2022.6.2
requests==2.28.0
sacremoses==0.0.53
scikit-learn==1.0.2
scipy==1.7.1
Send2Trash==1.8.0
six==1.16.0
sklearn==0.0
smart-open==5.2.1
sniffio==1.2.0
soupsieve==2.3.2.post1
spacy==3.1.3
spacy-legacy==3.0.9
srsly==2.4.3
terminado==0.15.0
thinc==8.0.17
threadpoolctl==3.1.0
tinycss2==1.1.1
tokenizers==0.10.3
torch==1.9.1
tornado==6.1
tqdm==4.64.0
traitlets==5.3.0
transformers==4.11.3
typer==0.4.1
typing-extensions==3.10.0.2
urllib3==1.26.9
wasabi==0.9.1
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.3.3
widgetsnbextension==3.5.2
xxhash==2.0.2
yarl==1.7.2
zipp==3.8.0

0 comments on commit c40fbac

Please sign in to comment.