Spaces:
Runtime error
Runtime error
Commit
·
c38167b
1
Parent(s):
eb836fb
Delete requirements.txt
Browse files- requirements.txt +0 -76
requirements.txt
DELETED
@@ -1,76 +0,0 @@
|
|
1 |
-
# Library dependencies for the python code. You need to install these with
|
2 |
-
# `pip install -r requirements.txt` before you can run this.
|
3 |
-
# NOTE: all essential packages must be placed under a section named 'ESSENTIAL ...'
|
4 |
-
# so that the script `./scripts/check_requirements_and_setup.py` can find them.
|
5 |
-
|
6 |
-
# ESSENTIAL LIBRARIES FOR MAIN FUNCTIONALITY
|
7 |
-
torch>=0.4.1,<0.5.0
|
8 |
-
jsonnet==0.10.0 ; sys.platform != 'win32'
|
9 |
-
overrides
|
10 |
-
nltk
|
11 |
-
spacy>=2.0,<2.1
|
12 |
-
numpy
|
13 |
-
numpydoc==0.8.0
|
14 |
-
scipy
|
15 |
-
scikit-learn
|
16 |
-
tensorboardX==1.2
|
17 |
-
cffi==1.11.2
|
18 |
-
awscli>=1.11.91
|
19 |
-
boto3
|
20 |
-
flask==0.12.4
|
21 |
-
flask-cors==3.0.3
|
22 |
-
gevent==1.3.6
|
23 |
-
unidecode
|
24 |
-
parsimonious==0.8.0
|
25 |
-
sqlparse==0.2.4
|
26 |
-
ftfy
|
27 |
-
|
28 |
-
# ESSENTIAL LIBRARIES USED IN SCRIPTS
|
29 |
-
matplotlib==2.2.3
|
30 |
-
requests>=2.18
|
31 |
-
tqdm>=4.19
|
32 |
-
editdistance
|
33 |
-
h5py
|
34 |
-
pytz==2017.3
|
35 |
-
conllu==0.11
|
36 |
-
|
37 |
-
# ESSENTIAL TESTING-RELATED PACKAGES
|
38 |
-
pytest
|
39 |
-
flaky
|
40 |
-
responses>=0.7
|
41 |
-
moto==1.3.4
|
42 |
-
|
43 |
-
# TESTING-RELATED PACKAGES
|
44 |
-
pylint==1.8.1
|
45 |
-
ipykernel<5.0.0
|
46 |
-
jupyter
|
47 |
-
mypy==0.521
|
48 |
-
pytest-cov
|
49 |
-
coverage
|
50 |
-
codecov
|
51 |
-
aiohttp
|
52 |
-
|
53 |
-
# DOC-RELATED PACKAGES
|
54 |
-
sphinx==1.5.3
|
55 |
-
sphinx-autobuild
|
56 |
-
sphinx_rtd_theme
|
57 |
-
pypandoc
|
58 |
-
twine==1.11.0
|
59 |
-
|
60 |
-
# GENERATOR-RELATED PACKAGES
|
61 |
-
psutil
|
62 |
-
pattern
|
63 |
-
allennlp
|
64 |
-
num2words
|
65 |
-
|
66 |
-
# FOR WORKING ON HUGGING FACE TRANSFORMERS AND GRADIO
|
67 |
-
gradio
|
68 |
-
transformers
|
69 |
-
|
70 |
-
# FOR PDF
|
71 |
-
PyPDF2
|
72 |
-
pdfminer.six
|
73 |
-
pdfplumber
|
74 |
-
pdf2image
|
75 |
-
Pillow
|
76 |
-
pytesseract
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|