Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 84 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,89 @@
spacy==2.0.11
scikit-learn==0.22.2
allennlp==0.5.0
numpydoc==1.1.0 # allennlp==0.5.0 requires numpydoc
numpy==1.14.5
tensorflow==1.5.1
torch==0.4.0
docutils==0.15
#spacy==2.0.11
#scikit-learn==0.22.2
#allennlp==0.5.0
#numpydoc==1.1.0 # allennlp==0.5.0 requires numpydoc
#numpy==1.14.5
#tensorflow==1.5.1
#torch==0.4.0
#docutils==0.15
intervaltree==3.1.0

absl-py==0.13.0
allennlp==0.4.2
awscli==1.20.1
bleach==1.5.0
botocore==1.21.1
cached-property==1.5.2
certifi==2021.5.30
cffi==1.11.2
charset-normalizer==2.0.3
click==8.0.1
colorama==0.4.3
cymem==1.31.2
cytoolz==0.9.0.1
dataclasses==0.8
dill==0.2.9
docutils==0.15.2
editdistance==0.5.3
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.0.0/en_core_web_sm-2.0.0.tar.gz
Flask==0.12.1
Flask-Cors==3.0.3
gevent==1.2.2
greenlet==1.1.0
h5py==3.1.0
html5lib==0.9999999
idna==3.2
importlib-metadata==4.6.1
itsdangerous==2.0.1
Jinja2==3.0.1
jmespath==0.10.0
joblib==1.0.1
Markdown==3.3.4
MarkupSafe==2.0.1
msgpack==0.6.2
msgpack-numpy==0.4.7.1
murmurhash==0.28.0
nltk==3.6.2
numpy==1.14.2
overrides==3.1.0
pathlib==1.0.1
plac==0.9.6
preshed==1.0.1
protobuf==3.17.3
psycopg2==2.9.1
pyasn1==0.4.8
pycparser==2.20
pyhocon==0.3.35
pyparsing==2.4.7
python-dateutil==2.8.2
pytz==2017.3
PyYAML==5.4.1
regex==2017.4.5
requests==2.26.0
rsa==4.7.2
s3transfer==0.5.0
scikit-learn==0.22.2
scipy==1.4.1
six==1.16.0
spacy==2.0.11
tensorboardX==1.0
tensorflow==1.5.0
tensorflow-tensorboard==1.5.1
thinc==6.10.3
threadpoolctl==2.2.0
toolz==0.11.1
torch==0.3.1
tqdm==4.61.2
typing==3.7.4.3
typing-extensions==3.10.0.0
typing-utils==0.1.0
ujson==4.0.2
Unidecode==1.2.0
urllib3==1.26.6
Werkzeug==2.0.1
wrapt==1.10.11
zipp==3.5.0

hug==2.6.1 # for the REST API
pexpect==4.8.0 # for testing the REST API
sh==1.14.1 # for testing the REST API