Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
4442e31
1
Parent(s):
2b91c92
simplified requirements (#7)
Browse files- simplified requirements (8b660d65b30a1d4272ed57ede4ff48a9528d510b)
- requirements.txt +1 -13
requirements.txt
CHANGED
@@ -8,11 +8,7 @@ charset-normalizer==2.0.9
|
|
8 |
click==7.1.2
|
9 |
cycler==0.11.0
|
10 |
cymem==2.0.6
|
11 |
-
|
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
|
@@ -27,8 +23,6 @@ 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
|
@@ -63,16 +57,10 @@ 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
|
|
|
8 |
click==7.1.2
|
9 |
cycler==0.11.0
|
10 |
cymem==2.0.6
|
11 |
+
altair<5
|
|
|
|
|
|
|
|
|
12 |
et-xmlfile==1.1.0
|
13 |
flatbuffers==2.0
|
14 |
fonttools==4.28.5
|
|
|
23 |
Jinja2==3.0.3
|
24 |
jmespath==0.10.0
|
25 |
joblib==1.1.0
|
|
|
|
|
26 |
kiwisolver==1.3.2
|
27 |
langcodes==3.3.0
|
28 |
libclang==12.0.0
|
|
|
57 |
six==1.16.0
|
58 |
sklearn==0.0
|
59 |
smart-open==5.2.1
|
|
|
|
|
|
|
60 |
srsly==2.4.2
|
61 |
tensorboard==2.7.0
|
62 |
tensorboard-data-server==0.6.1
|
63 |
tensorboard-plugin-wit==1.8.0
|
|
|
|
|
|
|
64 |
termcolor==1.1.0
|
65 |
thinc==8.0.13
|
66 |
threadpoolctl==3.0.0
|