Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +27 -0
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
|
|
|
|
1 |
altair==4.2.2
|
|
|
2 |
attrs==22.2.0
|
3 |
blinker==1.5
|
4 |
cachetools==5.3.0
|
@@ -6,38 +9,56 @@ certifi==2022.12.7
|
|
6 |
charset-normalizer==3.0.1
|
7 |
click==8.1.3
|
8 |
colorama==0.4.6
|
|
|
|
|
9 |
Cython==0.29.32
|
10 |
datasets==2.10.0
|
11 |
decorator==5.1.1
|
|
|
12 |
entrypoints==0.4
|
|
|
|
|
|
|
|
|
|
|
13 |
fst-pso==1.8.1
|
14 |
FuzzyTM==2.0.5
|
15 |
gensim==4.3.0
|
16 |
gitdb==4.0.10
|
17 |
GitPython==3.1.31
|
|
|
18 |
idna==3.4
|
19 |
importlib-metadata==6.0.0
|
20 |
Jinja2==3.1.2
|
21 |
jsonschema==4.17.3
|
|
|
22 |
markdown-it-py==2.2.0
|
23 |
MarkupSafe==2.1.2
|
|
|
24 |
mdurl==0.1.2
|
25 |
miniful==0.0.6
|
|
|
|
|
26 |
numpy==1.24.2
|
27 |
packaging==23.0
|
28 |
pandas==1.5.3
|
29 |
Pillow==9.4.0
|
|
|
30 |
protobuf==3.20.3
|
31 |
pyarrow==11.0.0
|
32 |
pydeck==0.8.0
|
33 |
pyFUME==0.2.25
|
34 |
Pygments==2.14.0
|
35 |
Pympler==1.0.1
|
|
|
36 |
pyrsistent==0.19.3
|
37 |
python-dateutil==2.8.2
|
38 |
pytz==2022.7.1
|
39 |
pytz-deprecation-shim==0.1.0.post0
|
|
|
|
|
40 |
requests==2.28.2
|
|
|
41 |
rich==13.3.1
|
42 |
scipy==1.10.1
|
43 |
semver==2.13.0
|
@@ -45,14 +66,20 @@ simpful==2.10.0
|
|
45 |
six==1.16.0
|
46 |
smart-open==6.3.0
|
47 |
smmap==5.0.0
|
|
|
48 |
streamlit==1.18.1
|
|
|
49 |
toml==0.10.2
|
50 |
toolz==0.12.0
|
51 |
tornado==6.2
|
|
|
52 |
typing_extensions==4.5.0
|
53 |
tzdata==2022.7
|
54 |
tzlocal==4.2
|
55 |
urllib3==1.26.14
|
56 |
validators==0.20.0
|
57 |
watchdog==2.2.1
|
|
|
|
|
58 |
zipp==3.14.0
|
|
|
|
1 |
+
aiohttp==3.8.4
|
2 |
+
aiosignal==1.3.1
|
3 |
altair==4.2.2
|
4 |
+
async-timeout==4.0.2
|
5 |
attrs==22.2.0
|
6 |
blinker==1.5
|
7 |
cachetools==5.3.0
|
|
|
9 |
charset-normalizer==3.0.1
|
10 |
click==8.1.3
|
11 |
colorama==0.4.6
|
12 |
+
contourpy==1.0.7
|
13 |
+
cycler==0.11.0
|
14 |
Cython==0.29.32
|
15 |
datasets==2.10.0
|
16 |
decorator==5.1.1
|
17 |
+
dill==0.3.6
|
18 |
entrypoints==0.4
|
19 |
+
filelock==3.9.0
|
20 |
+
fontawesomefree==6.3.0
|
21 |
+
fonttools==4.38.0
|
22 |
+
frozenlist==1.3.3
|
23 |
+
fsspec==2023.1.0
|
24 |
fst-pso==1.8.1
|
25 |
FuzzyTM==2.0.5
|
26 |
gensim==4.3.0
|
27 |
gitdb==4.0.10
|
28 |
GitPython==3.1.31
|
29 |
+
huggingface-hub==0.12.1
|
30 |
idna==3.4
|
31 |
importlib-metadata==6.0.0
|
32 |
Jinja2==3.1.2
|
33 |
jsonschema==4.17.3
|
34 |
+
kiwisolver==1.4.4
|
35 |
markdown-it-py==2.2.0
|
36 |
MarkupSafe==2.1.2
|
37 |
+
matplotlib==3.7.0
|
38 |
mdurl==0.1.2
|
39 |
miniful==0.0.6
|
40 |
+
multidict==6.0.4
|
41 |
+
multiprocess==0.70.14
|
42 |
numpy==1.24.2
|
43 |
packaging==23.0
|
44 |
pandas==1.5.3
|
45 |
Pillow==9.4.0
|
46 |
+
plotly==5.13.1
|
47 |
protobuf==3.20.3
|
48 |
pyarrow==11.0.0
|
49 |
pydeck==0.8.0
|
50 |
pyFUME==0.2.25
|
51 |
Pygments==2.14.0
|
52 |
Pympler==1.0.1
|
53 |
+
pyparsing==3.0.9
|
54 |
pyrsistent==0.19.3
|
55 |
python-dateutil==2.8.2
|
56 |
pytz==2022.7.1
|
57 |
pytz-deprecation-shim==0.1.0.post0
|
58 |
+
pywaffle==1.1.0
|
59 |
+
PyYAML==6.0
|
60 |
requests==2.28.2
|
61 |
+
responses==0.18.0
|
62 |
rich==13.3.1
|
63 |
scipy==1.10.1
|
64 |
semver==2.13.0
|
|
|
66 |
six==1.16.0
|
67 |
smart-open==6.3.0
|
68 |
smmap==5.0.0
|
69 |
+
squarify==0.4.3
|
70 |
streamlit==1.18.1
|
71 |
+
tenacity==8.2.1
|
72 |
toml==0.10.2
|
73 |
toolz==0.12.0
|
74 |
tornado==6.2
|
75 |
+
tqdm==4.64.1
|
76 |
typing_extensions==4.5.0
|
77 |
tzdata==2022.7
|
78 |
tzlocal==4.2
|
79 |
urllib3==1.26.14
|
80 |
validators==0.20.0
|
81 |
watchdog==2.2.1
|
82 |
+
xxhash==3.2.0
|
83 |
+
yarl==1.8.2
|
84 |
zipp==3.14.0
|
85 |
+
|