Spaces:
Runtime error
Runtime error
Commit
·
ba84b25
1
Parent(s):
d7784f0
Update requirements.txt
Browse files- requirements.txt +87 -9
requirements.txt
CHANGED
|
@@ -1,11 +1,89 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
transformers
|
| 3 |
-
numpy
|
| 4 |
-
pandas
|
| 5 |
-
torch
|
| 6 |
-
tensorflow
|
| 7 |
-
nltk
|
| 8 |
-
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_ner_bc5cdr_md-0.4.0.tar.gz
|
| 9 |
-
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_ner_bionlp13cg_md-0.4.0.tar.gz
|
| 10 |
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.0.0/en_core_web_lg-3.0.0-py3-none-any.whl
|
| 11 |
unidecode
|
|
|
|
| 1 |
+
absl-py==1.0.0
|
| 2 |
+
astunparse==1.6.3
|
| 3 |
+
blis==0.7.5
|
| 4 |
+
cachetools==4.2.4
|
| 5 |
+
catalogue==2.0.6
|
| 6 |
+
certifi==2021.10.8
|
| 7 |
+
charset-normalizer==2.0.9
|
| 8 |
+
click==7.1.2
|
| 9 |
+
cycler==0.11.0
|
| 10 |
+
cymem==2.0.6
|
| 11 |
+
en-core-web-lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.0.0/en_core_web_lg-3.0.0-py3-none-any.whl
|
| 12 |
+
en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.0.0/en_core_web_md-3.0.0-py3-none-any.whl
|
| 13 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0-py3-none-any.whl
|
| 14 |
+
en-ner-bc5cdr-md @ https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_ner_bc5cdr_md-0.4.0.tar.gz
|
| 15 |
+
en-ner-bionlp13cg-md @ https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_ner_bionlp13cg_md-0.4.0.tar.gz
|
| 16 |
+
et-xmlfile==1.1.0
|
| 17 |
+
flatbuffers==2.0
|
| 18 |
+
fonttools==4.28.5
|
| 19 |
+
gast==0.4.0
|
| 20 |
+
google-auth==2.3.3
|
| 21 |
+
google-auth-oauthlib==0.4.6
|
| 22 |
+
google-pasta==0.2.0
|
| 23 |
+
grpcio==1.42.0
|
| 24 |
+
h5py==3.6.0
|
| 25 |
+
idna==3.3
|
| 26 |
+
importlib-metadata==4.8.2
|
| 27 |
+
Jinja2==3.0.3
|
| 28 |
+
jmespath==0.10.0
|
| 29 |
+
joblib==1.1.0
|
| 30 |
+
keras==2.7.0
|
| 31 |
+
Keras-Preprocessing==1.1.2
|
| 32 |
+
kiwisolver==1.3.2
|
| 33 |
+
langcodes==3.3.0
|
| 34 |
+
libclang==12.0.0
|
| 35 |
+
Markdown==3.3.6
|
| 36 |
+
MarkupSafe==2.0.1
|
| 37 |
+
matplotlib==3.5.1
|
| 38 |
+
murmurhash==1.0.6
|
| 39 |
+
neo4j==4.4.0
|
| 40 |
+
nltk==3.6.5
|
| 41 |
+
numpy==1.21.4
|
| 42 |
+
oauthlib==3.1.1
|
| 43 |
+
openpyxl==3.0.9
|
| 44 |
+
opt-einsum==3.3.0
|
| 45 |
+
packaging==21.3
|
| 46 |
+
pandas==1.3.5
|
| 47 |
+
pathy==0.6.1
|
| 48 |
+
Pillow==9.0.0
|
| 49 |
+
preshed==3.0.6
|
| 50 |
+
protobuf==3.19.1
|
| 51 |
+
pyasn1==0.4.8
|
| 52 |
+
pyasn1-modules==0.2.8
|
| 53 |
+
pydantic==1.8.2
|
| 54 |
+
pyparsing==3.0.6
|
| 55 |
+
python-dateutil==2.8.2
|
| 56 |
+
pytz==2021.3
|
| 57 |
+
regex==2021.11.10
|
| 58 |
+
requests==2.26.0
|
| 59 |
+
requests-oauthlib==1.3.0
|
| 60 |
+
rsa==4.8
|
| 61 |
+
scikit-learn==1.0.2
|
| 62 |
+
scipy==1.7.3
|
| 63 |
+
six==1.16.0
|
| 64 |
+
sklearn==0.0
|
| 65 |
+
smart-open==5.2.1
|
| 66 |
+
spacy==3.0.7
|
| 67 |
+
spacy-legacy==3.0.8
|
| 68 |
+
spacy-loggers==1.0.1
|
| 69 |
+
srsly==2.4.2
|
| 70 |
+
tensorboard==2.7.0
|
| 71 |
+
tensorboard-data-server==0.6.1
|
| 72 |
+
tensorboard-plugin-wit==1.8.0
|
| 73 |
+
tensorflow==2.7.0
|
| 74 |
+
tensorflow-estimator==2.7.0
|
| 75 |
+
tensorflow-io-gcs-filesystem==0.23.0
|
| 76 |
+
termcolor==1.1.0
|
| 77 |
+
thinc==8.0.13
|
| 78 |
+
threadpoolctl==3.0.0
|
| 79 |
+
tqdm==4.62.3
|
| 80 |
+
typer==0.3.2
|
| 81 |
+
typing_extensions==4.0.1
|
| 82 |
+
urllib3==1.26.7
|
| 83 |
+
wasabi==0.9.0
|
| 84 |
+
Werkzeug==2.0.2
|
| 85 |
+
wrapt==1.13.3
|
| 86 |
+
zipp==3.6.0
|
| 87 |
+
|
| 88 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
unidecode
|