Spaces:
Runtime error
Runtime error
fix: updated requirements.txt
Browse files- requirements.txt +17 -10
requirements.txt
CHANGED
@@ -14,7 +14,7 @@ catalogue==2.0.7; python_version >= "3.8"
|
|
14 |
certifi==2022.6.15; python_version >= "3.8" and python_version < "4"
|
15 |
cffi==1.15.0; python_version >= "3.7"
|
16 |
charset-normalizer==2.0.12; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.5.0"
|
17 |
-
click==8.
|
18 |
colorama==0.4.5; python_version >= "3.8" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version >= "3.8" and platform_system == "Windows"
|
19 |
cryptography==37.0.2; python_version >= "3.7"
|
20 |
cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
|
@@ -26,13 +26,14 @@ fastapi==0.78.0; python_full_version >= "3.6.1" and python_version >= "3.7"
|
|
26 |
feedfinder2==0.0.4
|
27 |
feedparser==6.0.10; python_version >= "3.6"
|
28 |
ffmpy==0.3.0; python_version >= "3.7"
|
29 |
-
filelock==3.7.1; python_version >= "3.7"
|
30 |
fonttools==4.33.3; python_version >= "3.7"
|
31 |
frozenlist==1.3.0; python_version >= "3.7"
|
32 |
fsspec==2022.5.0; python_version >= "3.7"
|
33 |
gradio==3.0.18; python_version >= "3.7"
|
34 |
h11==0.13.0; python_version >= "3.7"
|
35 |
-
hu-core-news-
|
|
|
36 |
idna==3.3; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.6.2"
|
37 |
jellyfish==0.9.0; python_version >= "3.8"
|
38 |
jieba3k==0.35.1
|
@@ -55,7 +56,7 @@ newspaper3k==0.2.8
|
|
55 |
nltk==3.7; python_version >= "3.7"
|
56 |
numpy==1.22.4
|
57 |
orjson==3.7.2; python_version >= "3.7"
|
58 |
-
packaging==21.3; python_version >= "3.8"
|
59 |
pandas==1.4.2; python_version >= "3.8"
|
60 |
paramiko==2.11.0; python_version >= "3.7"
|
61 |
pathy==0.6.1; python_version >= "3.8"
|
@@ -74,10 +75,10 @@ pyphen==0.12.0; python_version >= "3.8"
|
|
74 |
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
|
75 |
python-multipart==0.0.5; python_version >= "3.7"
|
76 |
pytz==2022.1; python_version >= "3.8"
|
77 |
-
pyyaml==6.0; python_version >= "3.6"
|
78 |
-
regex==2022.6.2; python_version >= "3.7"
|
79 |
requests-file==1.5.1; python_version >= "3.7"
|
80 |
-
requests==2.28.0; python_version >= "3.8" and python_version < "4"
|
81 |
scikit-learn==1.1.1; python_version >= "3.8"
|
82 |
scipy==1.8.1; python_version >= "3.8" and python_version < "3.11"
|
83 |
setuptools-scm==6.4.2; python_version >= "3.7"
|
@@ -86,9 +87,12 @@ six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python
|
|
86 |
smart-open==5.2.1; python_version >= "3.8" and python_version < "4.0"
|
87 |
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
88 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
|
|
|
|
89 |
spacy-legacy==3.0.9; python_version >= "3.8"
|
90 |
spacy-loggers==1.0.2; python_version >= "3.8"
|
91 |
-
spacy==
|
|
|
92 |
srsly==2.4.3; python_version >= "3.8"
|
93 |
starlette==0.19.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
94 |
textacy==0.12.0; python_version >= "3.8"
|
@@ -96,11 +100,14 @@ thinc==8.0.17; python_version >= "3.8"
|
|
96 |
threadpoolctl==3.1.0; python_version >= "3.8"
|
97 |
tinysegmenter==0.3
|
98 |
tldextract==3.3.0; python_version >= "3.7"
|
|
|
99 |
tomli==2.0.1; python_version >= "3.7"
|
100 |
toolz==0.11.2; python_version >= "3.8"
|
101 |
-
|
|
|
|
|
102 |
typer==0.4.1; python_version >= "3.8"
|
103 |
-
typing-extensions==4.2.0; python_full_version >= "3.
|
104 |
uc-micro-py==1.0.1; python_version >= "3.7"
|
105 |
urllib3==1.26.9; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
|
106 |
uvicorn==0.17.6; python_version >= "3.7"
|
|
|
14 |
certifi==2022.6.15; python_version >= "3.8" and python_version < "4"
|
15 |
cffi==1.15.0; python_version >= "3.7"
|
16 |
charset-normalizer==2.0.12; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.5.0"
|
17 |
+
click==8.0.4; python_version >= "3.8"
|
18 |
colorama==0.4.5; python_version >= "3.8" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version >= "3.8" and platform_system == "Windows"
|
19 |
cryptography==37.0.2; python_version >= "3.7"
|
20 |
cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
|
|
|
26 |
feedfinder2==0.0.4
|
27 |
feedparser==6.0.10; python_version >= "3.6"
|
28 |
ffmpy==0.3.0; python_version >= "3.7"
|
29 |
+
filelock==3.7.1; python_full_version >= "3.7.0" and python_version >= "3.7"
|
30 |
fonttools==4.33.3; python_version >= "3.7"
|
31 |
frozenlist==1.3.0; python_version >= "3.7"
|
32 |
fsspec==2022.5.0; python_version >= "3.7"
|
33 |
gradio==3.0.18; python_version >= "3.7"
|
34 |
h11==0.13.0; python_version >= "3.7"
|
35 |
+
hu-core-news-trf @ https://huggingface.co/huspacy/hu_core_news_trf/resolve/main/hu_core_news_trf-any-py3-none-any.whl
|
36 |
+
huggingface-hub==0.8.1; python_full_version >= "3.7.0" and python_version >= "3.6"
|
37 |
idna==3.3; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.6.2"
|
38 |
jellyfish==0.9.0; python_version >= "3.8"
|
39 |
jieba3k==0.35.1
|
|
|
56 |
nltk==3.7; python_version >= "3.7"
|
57 |
numpy==1.22.4
|
58 |
orjson==3.7.2; python_version >= "3.7"
|
59 |
+
packaging==21.3; python_full_version >= "3.7.0" and python_version >= "3.8"
|
60 |
pandas==1.4.2; python_version >= "3.8"
|
61 |
paramiko==2.11.0; python_version >= "3.7"
|
62 |
pathy==0.6.1; python_version >= "3.8"
|
|
|
75 |
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
|
76 |
python-multipart==0.0.5; python_version >= "3.7"
|
77 |
pytz==2022.1; python_version >= "3.8"
|
78 |
+
pyyaml==6.0; python_full_version >= "3.7.0" and python_version >= "3.6"
|
79 |
+
regex==2022.6.2; python_full_version >= "3.7.0" and python_version >= "3.7"
|
80 |
requests-file==1.5.1; python_version >= "3.7"
|
81 |
+
requests==2.28.0; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.7.0"
|
82 |
scikit-learn==1.1.1; python_version >= "3.8"
|
83 |
scipy==1.8.1; python_version >= "3.8" and python_version < "3.11"
|
84 |
setuptools-scm==6.4.2; python_version >= "3.7"
|
|
|
87 |
smart-open==5.2.1; python_version >= "3.8" and python_version < "4.0"
|
88 |
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
89 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
90 |
+
spacy-alignments==0.8.5; python_version >= "3.6"
|
91 |
+
spacy-experimental==0.4.0; python_version >= "3.6"
|
92 |
spacy-legacy==3.0.9; python_version >= "3.8"
|
93 |
spacy-loggers==1.0.2; python_version >= "3.8"
|
94 |
+
spacy-transformers==1.1.6; python_version >= "3.6"
|
95 |
+
spacy==3.2.4; python_version >= "3.8"
|
96 |
srsly==2.4.3; python_version >= "3.8"
|
97 |
starlette==0.19.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
98 |
textacy==0.12.0; python_version >= "3.8"
|
|
|
100 |
threadpoolctl==3.1.0; python_version >= "3.8"
|
101 |
tinysegmenter==0.3
|
102 |
tldextract==3.3.0; python_version >= "3.7"
|
103 |
+
tokenizers==0.12.1; python_full_version >= "3.7.0" and python_version >= "3.6"
|
104 |
tomli==2.0.1; python_version >= "3.7"
|
105 |
toolz==0.11.2; python_version >= "3.8"
|
106 |
+
torch==1.11.0; python_full_version >= "3.7.0" and python_version >= "3.6"
|
107 |
+
tqdm==4.64.0; python_full_version >= "3.7.0" and python_version >= "3.8"
|
108 |
+
transformers==4.19.4; python_full_version >= "3.7.0" and python_version >= "3.6"
|
109 |
typer==0.4.1; python_version >= "3.8"
|
110 |
+
typing-extensions==4.2.0; python_full_version >= "3.7.0" and python_version >= "3.8" and python_version < "3.10"
|
111 |
uc-micro-py==1.0.1; python_version >= "3.7"
|
112 |
urllib3==1.26.9; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
|
113 |
uvicorn==0.17.6; python_version >= "3.7"
|