Spaces:
Runtime error
Runtime error
gabrielwithhappy
commited on
Commit
•
8d717db
1
Parent(s):
ea6eb55
update requirements
Browse files- requirements.txt +106 -0
requirements.txt
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
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
|
24 |
+
ffmpy==0.3.1
|
25 |
+
filelock==3.12.4
|
26 |
+
fonttools==4.43.1
|
27 |
+
fsspec==2023.10.0
|
28 |
+
gradio==3.50.2
|
29 |
+
gradio-client==0.6.1
|
30 |
+
h11==0.14.0
|
31 |
+
httpcore==0.18.0
|
32 |
+
httpx==0.25.0
|
33 |
+
huggingface-hub==0.18.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.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
|
82 |
+
requests-file==1.5.1
|
83 |
+
rpds-py==0.10.6
|
84 |
+
safetensors==0.4.0
|
85 |
+
semantic-version==2.10.0
|
86 |
+
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 |
+
tokenizers==0.14.1
|
95 |
+
toolz==0.12.0
|
96 |
+
tornado==6.3.3
|
97 |
+
tqdm==4.66.1
|
98 |
+
traitlets==5.12.0
|
99 |
+
transformers==4.34.1
|
100 |
+
typing-extensions==4.8.0
|
101 |
+
tzdata==2023.3
|
102 |
+
urllib3==2.0.7
|
103 |
+
uvicorn==0.23.2
|
104 |
+
wcwidth==0.2.8
|
105 |
+
websockets==11.0.3
|
106 |
+
zipp==3.17.0
|