Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +32 -0
requirements.txt
CHANGED
@@ -4,16 +4,23 @@ aiosignal==1.3.1
|
|
4 |
altair==5.1.1
|
5 |
annotated-types==0.5.0
|
6 |
anyio==3.7.1
|
|
|
|
|
7 |
async-timeout==4.0.3
|
8 |
attrs==23.1.0
|
|
|
9 |
backoff==2.2.1
|
10 |
certifi==2023.7.22
|
11 |
charset-normalizer==3.2.0
|
12 |
click==8.1.7
|
13 |
cohere==4.27
|
|
|
14 |
contourpy==1.1.1
|
15 |
cycler==0.11.0
|
|
|
|
|
16 |
exceptiongroup==1.1.3
|
|
|
17 |
fastapi==0.103.1
|
18 |
fastavro==1.8.2
|
19 |
ffmpy==0.3.1
|
@@ -30,45 +37,70 @@ huggingface-hub==0.17.2
|
|
30 |
idna==3.4
|
31 |
importlib-metadata==6.8.0
|
32 |
importlib-resources==6.1.0
|
|
|
|
|
|
|
|
|
33 |
Jinja2==3.1.2
|
34 |
joblib==1.3.2
|
35 |
jsonschema==4.19.1
|
36 |
jsonschema-specifications==2023.7.1
|
|
|
|
|
37 |
kiwisolver==1.4.5
|
38 |
MarkupSafe==2.1.3
|
39 |
matplotlib==3.8.0
|
|
|
40 |
multidict==6.0.4
|
|
|
41 |
nltk==3.8.1
|
42 |
numpy==1.26.0
|
43 |
orjson==3.9.7
|
44 |
packaging==23.1
|
45 |
pandas==2.1.1
|
|
|
|
|
|
|
46 |
Pillow==10.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
pydantic==2.3.0
|
48 |
pydantic_core==2.6.3
|
49 |
pydub==0.25.1
|
|
|
50 |
pyparsing==3.1.1
|
51 |
python-dateutil==2.8.2
|
52 |
python-multipart==0.0.6
|
53 |
pytz==2023.3.post1
|
54 |
PyYAML==6.0.1
|
|
|
55 |
referencing==0.30.2
|
56 |
regex==2023.8.8
|
57 |
requests==2.31.0
|
58 |
rpds-py==0.10.3
|
59 |
scikit-learn==1.3.1
|
60 |
scipy==1.11.2
|
|
|
61 |
semantic-version==2.10.0
|
62 |
six==1.16.0
|
63 |
sniffio==1.3.0
|
|
|
64 |
starlette==0.27.0
|
65 |
threadpoolctl==3.2.0
|
66 |
toolz==0.12.0
|
|
|
67 |
tqdm==4.66.1
|
|
|
68 |
typing_extensions==4.8.0
|
69 |
tzdata==2023.3
|
70 |
urllib3==2.0.5
|
71 |
uvicorn==0.23.2
|
|
|
72 |
websockets==11.0.3
|
73 |
yarl==1.9.2
|
74 |
zipp==3.17.0
|
|
|
4 |
altair==5.1.1
|
5 |
annotated-types==0.5.0
|
6 |
anyio==3.7.1
|
7 |
+
appnope==0.1.3
|
8 |
+
asttokens==2.4.0
|
9 |
async-timeout==4.0.3
|
10 |
attrs==23.1.0
|
11 |
+
backcall==0.2.0
|
12 |
backoff==2.2.1
|
13 |
certifi==2023.7.22
|
14 |
charset-normalizer==3.2.0
|
15 |
click==8.1.7
|
16 |
cohere==4.27
|
17 |
+
comm==0.1.4
|
18 |
contourpy==1.1.1
|
19 |
cycler==0.11.0
|
20 |
+
debugpy==1.8.0
|
21 |
+
decorator==5.1.1
|
22 |
exceptiongroup==1.1.3
|
23 |
+
executing==1.2.0
|
24 |
fastapi==0.103.1
|
25 |
fastavro==1.8.2
|
26 |
ffmpy==0.3.1
|
|
|
37 |
idna==3.4
|
38 |
importlib-metadata==6.8.0
|
39 |
importlib-resources==6.1.0
|
40 |
+
inflection==0.5.1
|
41 |
+
ipykernel==6.25.2
|
42 |
+
ipython==8.15.0
|
43 |
+
jedi==0.19.0
|
44 |
Jinja2==3.1.2
|
45 |
joblib==1.3.2
|
46 |
jsonschema==4.19.1
|
47 |
jsonschema-specifications==2023.7.1
|
48 |
+
jupyter_client==8.3.1
|
49 |
+
jupyter_core==5.3.1
|
50 |
kiwisolver==1.4.5
|
51 |
MarkupSafe==2.1.3
|
52 |
matplotlib==3.8.0
|
53 |
+
matplotlib-inline==0.1.6
|
54 |
multidict==6.0.4
|
55 |
+
nest-asyncio==1.5.8
|
56 |
nltk==3.8.1
|
57 |
numpy==1.26.0
|
58 |
orjson==3.9.7
|
59 |
packaging==23.1
|
60 |
pandas==2.1.1
|
61 |
+
parso==0.8.3
|
62 |
+
pexpect==4.8.0
|
63 |
+
pickleshare==0.7.5
|
64 |
Pillow==10.0.1
|
65 |
+
platformdirs==3.10.0
|
66 |
+
profanity-check==1.0.3
|
67 |
+
profanityfilter==2.0.6
|
68 |
+
prompt-toolkit==3.0.39
|
69 |
+
psutil==5.9.5
|
70 |
+
ptyprocess==0.7.0
|
71 |
+
pure-eval==0.2.2
|
72 |
pydantic==2.3.0
|
73 |
pydantic_core==2.6.3
|
74 |
pydub==0.25.1
|
75 |
+
Pygments==2.16.1
|
76 |
pyparsing==3.1.1
|
77 |
python-dateutil==2.8.2
|
78 |
python-multipart==0.0.6
|
79 |
pytz==2023.3.post1
|
80 |
PyYAML==6.0.1
|
81 |
+
pyzmq==25.1.1
|
82 |
referencing==0.30.2
|
83 |
regex==2023.8.8
|
84 |
requests==2.31.0
|
85 |
rpds-py==0.10.3
|
86 |
scikit-learn==1.3.1
|
87 |
scipy==1.11.2
|
88 |
+
seaborn==0.12.2
|
89 |
semantic-version==2.10.0
|
90 |
six==1.16.0
|
91 |
sniffio==1.3.0
|
92 |
+
stack-data==0.6.2
|
93 |
starlette==0.27.0
|
94 |
threadpoolctl==3.2.0
|
95 |
toolz==0.12.0
|
96 |
+
tornado==6.3.3
|
97 |
tqdm==4.66.1
|
98 |
+
traitlets==5.10.0
|
99 |
typing_extensions==4.8.0
|
100 |
tzdata==2023.3
|
101 |
urllib3==2.0.5
|
102 |
uvicorn==0.23.2
|
103 |
+
wcwidth==0.2.6
|
104 |
websockets==11.0.3
|
105 |
yarl==1.9.2
|
106 |
zipp==3.17.0
|