pritamdeka
commited on
Commit
β’
81e1c9e
1
Parent(s):
3c08e4b
Update requirements.txt
Browse files- requirements.txt +25 -0
requirements.txt
CHANGED
@@ -5,3 +5,28 @@ scispacy
|
|
5 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_lg-0.4.0.tar.gz
|
6 |
spacy>=3.0.0,<4.0.0
|
7 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0.tar.gz#egg=en_core_web_lg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_lg-0.4.0.tar.gz
|
6 |
spacy>=3.0.0,<4.0.0
|
7 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0.tar.gz#egg=en_core_web_lg
|
8 |
+
numpy
|
9 |
+
spacy>=3.0.0,<3.1.0
|
10 |
+
spacy-lookups-data
|
11 |
+
pandas
|
12 |
+
requests>=2.0.0,<3.0.0
|
13 |
+
conllu
|
14 |
+
|
15 |
+
# Candidate generation and entity linking
|
16 |
+
joblib
|
17 |
+
nmslib>=1.7.3.6
|
18 |
+
scikit-learn>=0.20.3
|
19 |
+
|
20 |
+
# Required for testing.
|
21 |
+
pytest
|
22 |
+
pytest-cov
|
23 |
+
flake8
|
24 |
+
black
|
25 |
+
mypy
|
26 |
+
types-requests
|
27 |
+
|
28 |
+
# Required for releases.
|
29 |
+
twine
|
30 |
+
|
31 |
+
# required for the tests to run, or to use the custom sentence splitter
|
32 |
+
pysbd
|