Spaces:
Runtime error
Runtime error
gabrielwithhappy
commited on
Commit
•
06ebec9
1
Parent(s):
588fc25
update requirements.txt
Browse files- requirements.txt +3 -31
requirements.txt
CHANGED
@@ -2,22 +2,15 @@ aiofiles==23.2.1
|
|
2 |
altair==5.1.2
|
3 |
annotated-types==0.6.0
|
4 |
anyio==3.7.1
|
5 |
-
asttokens==2.4.1
|
6 |
attrs==23.1.0
|
7 |
-
backcall==0.2.0
|
8 |
beautifulsoup4==4.12.2
|
9 |
-
bs4==0.0.1
|
10 |
certifi==2023.7.22
|
11 |
charset-normalizer==3.3.1
|
12 |
click==8.1.7
|
13 |
-
comm==0.1.4
|
14 |
contourpy==1.1.1
|
15 |
cssselect==1.2.0
|
16 |
cycler==0.12.1
|
17 |
-
debugpy==1.8.0
|
18 |
-
decorator==5.1.1
|
19 |
exceptiongroup==1.1.3
|
20 |
-
executing==2.0.0
|
21 |
fastapi==0.104.0
|
22 |
feedfinder2==0.0.4
|
23 |
feedparser==6.0.10
|
@@ -30,52 +23,34 @@ gradio-client==0.6.1
|
|
30 |
h11==0.14.0
|
31 |
httpcore==0.18.0
|
32 |
httpx==0.25.0
|
33 |
-
huggingface-hub==0.
|
34 |
idna==3.4
|
35 |
-
importlib-metadata==6.8.0
|
36 |
importlib-resources==6.1.0
|
37 |
-
ipykernel==6.26.0
|
38 |
-
ipython==8.12.3
|
39 |
-
jedi==0.19.1
|
40 |
jieba3k==0.35.1
|
41 |
Jinja2==3.1.2
|
42 |
joblib==1.3.2
|
43 |
jsonschema==4.19.1
|
44 |
jsonschema-specifications==2023.7.1
|
45 |
-
jupyter-client==8.5.0
|
46 |
-
jupyter-core==5.4.0
|
47 |
kiwisolver==1.4.5
|
48 |
lxml==4.9.3
|
49 |
MarkupSafe==2.1.3
|
50 |
matplotlib==3.7.3
|
51 |
-
matplotlib-inline==0.1.6
|
52 |
-
nest-asyncio==1.5.8
|
53 |
newspaper3k==0.2.8
|
54 |
nltk==3.8.1
|
55 |
numpy==1.24.4
|
56 |
-
orjson==3.9.
|
57 |
packaging==23.2
|
58 |
pandas==2.0.3
|
59 |
-
parso==0.8.3
|
60 |
-
pexpect==4.8.0
|
61 |
-
pickleshare==0.7.5
|
62 |
Pillow==10.1.0
|
63 |
pkgutil-resolve-name==1.3.10
|
64 |
-
platformdirs==3.11.0
|
65 |
-
prompt-toolkit==3.0.39
|
66 |
-
psutil==5.9.6
|
67 |
-
ptyprocess==0.7.0
|
68 |
-
pure-eval==0.2.2
|
69 |
pydantic==2.4.2
|
70 |
pydantic-core==2.10.1
|
71 |
pydub==0.25.1
|
72 |
-
Pygments==2.16.1
|
73 |
pyparsing==3.1.1
|
74 |
python-dateutil==2.8.2
|
75 |
python-multipart==0.0.6
|
76 |
pytz==2023.3.post1
|
77 |
PyYAML==6.0.1
|
78 |
-
pyzmq==25.1.1
|
79 |
referencing==0.30.2
|
80 |
regex==2023.10.3
|
81 |
requests==2.31.0
|
@@ -87,19 +62,16 @@ sgmllib3k==1.0.0
|
|
87 |
six==1.16.0
|
88 |
sniffio==1.3.0
|
89 |
soupsieve==2.5
|
90 |
-
stack-data==0.6.3
|
91 |
starlette==0.27.0
|
92 |
tinysegmenter==0.3
|
93 |
tldextract==5.0.1
|
|
|
94 |
toolz==0.12.0
|
95 |
-
tornado==6.3.3
|
96 |
tqdm==4.66.1
|
97 |
-
traitlets==5.12.0
|
98 |
transformers==4.34.1
|
99 |
typing-extensions==4.8.0
|
100 |
tzdata==2023.3
|
101 |
urllib3==2.0.7
|
102 |
uvicorn==0.23.2
|
103 |
-
wcwidth==0.2.8
|
104 |
websockets==11.0.3
|
105 |
zipp==3.17.0
|
|
|
2 |
altair==5.1.2
|
3 |
annotated-types==0.6.0
|
4 |
anyio==3.7.1
|
|
|
5 |
attrs==23.1.0
|
|
|
6 |
beautifulsoup4==4.12.2
|
|
|
7 |
certifi==2023.7.22
|
8 |
charset-normalizer==3.3.1
|
9 |
click==8.1.7
|
|
|
10 |
contourpy==1.1.1
|
11 |
cssselect==1.2.0
|
12 |
cycler==0.12.1
|
|
|
|
|
13 |
exceptiongroup==1.1.3
|
|
|
14 |
fastapi==0.104.0
|
15 |
feedfinder2==0.0.4
|
16 |
feedparser==6.0.10
|
|
|
23 |
h11==0.14.0
|
24 |
httpcore==0.18.0
|
25 |
httpx==0.25.0
|
26 |
+
huggingface-hub==0.17.0
|
27 |
idna==3.4
|
|
|
28 |
importlib-resources==6.1.0
|
|
|
|
|
|
|
29 |
jieba3k==0.35.1
|
30 |
Jinja2==3.1.2
|
31 |
joblib==1.3.2
|
32 |
jsonschema==4.19.1
|
33 |
jsonschema-specifications==2023.7.1
|
|
|
|
|
34 |
kiwisolver==1.4.5
|
35 |
lxml==4.9.3
|
36 |
MarkupSafe==2.1.3
|
37 |
matplotlib==3.7.3
|
|
|
|
|
38 |
newspaper3k==0.2.8
|
39 |
nltk==3.8.1
|
40 |
numpy==1.24.4
|
41 |
+
orjson==3.9.10
|
42 |
packaging==23.2
|
43 |
pandas==2.0.3
|
|
|
|
|
|
|
44 |
Pillow==10.1.0
|
45 |
pkgutil-resolve-name==1.3.10
|
|
|
|
|
|
|
|
|
|
|
46 |
pydantic==2.4.2
|
47 |
pydantic-core==2.10.1
|
48 |
pydub==0.25.1
|
|
|
49 |
pyparsing==3.1.1
|
50 |
python-dateutil==2.8.2
|
51 |
python-multipart==0.0.6
|
52 |
pytz==2023.3.post1
|
53 |
PyYAML==6.0.1
|
|
|
54 |
referencing==0.30.2
|
55 |
regex==2023.10.3
|
56 |
requests==2.31.0
|
|
|
62 |
six==1.16.0
|
63 |
sniffio==1.3.0
|
64 |
soupsieve==2.5
|
|
|
65 |
starlette==0.27.0
|
66 |
tinysegmenter==0.3
|
67 |
tldextract==5.0.1
|
68 |
+
tokenizers==0.14.1
|
69 |
toolz==0.12.0
|
|
|
70 |
tqdm==4.66.1
|
|
|
71 |
transformers==4.34.1
|
72 |
typing-extensions==4.8.0
|
73 |
tzdata==2023.3
|
74 |
urllib3==2.0.7
|
75 |
uvicorn==0.23.2
|
|
|
76 |
websockets==11.0.3
|
77 |
zipp==3.17.0
|