Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +63 -57
requirements.txt
CHANGED
@@ -1,57 +1,63 @@
|
|
1 |
-
attrs==23.1.0
|
2 |
-
beautifulsoup4==4.12.2
|
3 |
-
blinker==1.6.2
|
4 |
-
certifi==2023.7.22
|
5 |
-
cffi==1.15.1
|
6 |
-
charset-normalizer==3.3.2
|
7 |
-
click==8.1.7
|
8 |
-
colorama==0.4.6
|
9 |
-
contourpy==1.2.1
|
10 |
-
cycler==0.12.1
|
11 |
-
exceptiongroup==1.1.2
|
12 |
-
Flask==2.3.3
|
13 |
-
fonttools==4.52.1
|
14 |
-
gunicorn==22.0.0
|
15 |
-
h11==0.14.0
|
16 |
-
h5py==3.11.0
|
17 |
-
idna==3.4
|
18 |
-
inexactsearch==1.0.2
|
19 |
-
itsdangerous==2.1.2
|
20 |
-
Jinja2==3.1.2
|
21 |
-
joblib==1.3.2
|
22 |
-
kiwisolver==1.4.5
|
23 |
-
MarkupSafe==2.1.3
|
24 |
-
matplotlib==3.9.0
|
25 |
-
networkx==3.3
|
26 |
-
nltk==3.8.1
|
27 |
-
numpy==1.26.0
|
28 |
-
outcome==1.2.0
|
29 |
-
packaging==24.0
|
30 |
-
pandas==2.1.1
|
31 |
-
pillow==10.3.0
|
32 |
-
pycparser==2.21
|
33 |
-
pyparsing==3.1.2
|
34 |
-
PySocks==1.7.1
|
35 |
-
pyspellchecker==0.8.1
|
36 |
-
python-dateutil==2.8.2
|
37 |
-
pytz==2023.3.post1
|
38 |
-
regex==2024.5.15
|
39 |
-
requests==2.32.2
|
40 |
-
scikit-learn==1.2.2
|
41 |
-
scipy==1.11.2
|
42 |
-
selenium==4.9.0
|
43 |
-
silpa_common==0.3
|
44 |
-
six==1.16.0
|
45 |
-
sniffio==1.3.0
|
46 |
-
sortedcontainers==2.4.0
|
47 |
-
soundex==1.1.3
|
48 |
-
soupsieve==2.4.1
|
49 |
-
spellchecker==0.4
|
50 |
-
threadpoolctl==3.2.0
|
51 |
-
tqdm==4.66.4
|
52 |
-
trio==0.22.2
|
53 |
-
trio-websocket==0.10.3
|
54 |
-
tzdata==2023.3
|
55 |
-
urllib3==1.26.16
|
56 |
-
Werkzeug==2.3.7
|
57 |
-
wsproto==1.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
attrs==23.1.0
|
2 |
+
beautifulsoup4==4.12.2
|
3 |
+
blinker==1.6.2
|
4 |
+
certifi==2023.7.22
|
5 |
+
cffi==1.15.1
|
6 |
+
charset-normalizer==3.3.2
|
7 |
+
click==8.1.7
|
8 |
+
colorama==0.4.6
|
9 |
+
contourpy==1.2.1
|
10 |
+
cycler==0.12.1
|
11 |
+
exceptiongroup==1.1.2
|
12 |
+
Flask==2.3.3
|
13 |
+
fonttools==4.52.1
|
14 |
+
gunicorn==22.0.0
|
15 |
+
h11==0.14.0
|
16 |
+
h5py==3.11.0
|
17 |
+
idna==3.4
|
18 |
+
inexactsearch==1.0.2
|
19 |
+
itsdangerous==2.1.2
|
20 |
+
Jinja2==3.1.2
|
21 |
+
joblib==1.3.2
|
22 |
+
kiwisolver==1.4.5
|
23 |
+
MarkupSafe==2.1.3
|
24 |
+
matplotlib==3.9.0
|
25 |
+
networkx==3.3
|
26 |
+
nltk==3.8.1
|
27 |
+
numpy==1.26.0
|
28 |
+
outcome==1.2.0
|
29 |
+
packaging==24.0
|
30 |
+
pandas==2.1.1
|
31 |
+
pillow==10.3.0
|
32 |
+
pycparser==2.21
|
33 |
+
pyparsing==3.1.2
|
34 |
+
PySocks==1.7.1
|
35 |
+
pyspellchecker==0.8.1
|
36 |
+
python-dateutil==2.8.2
|
37 |
+
pytz==2023.3.post1
|
38 |
+
regex==2024.5.15
|
39 |
+
requests==2.32.2
|
40 |
+
scikit-learn==1.2.2
|
41 |
+
scipy==1.11.2
|
42 |
+
selenium==4.9.0
|
43 |
+
silpa_common==0.3
|
44 |
+
six==1.16.0
|
45 |
+
sniffio==1.3.0
|
46 |
+
sortedcontainers==2.4.0
|
47 |
+
soundex==1.1.3
|
48 |
+
soupsieve==2.4.1
|
49 |
+
spellchecker==0.4
|
50 |
+
threadpoolctl==3.2.0
|
51 |
+
tqdm==4.66.4
|
52 |
+
trio==0.22.2
|
53 |
+
trio-websocket==0.10.3
|
54 |
+
tzdata==2023.3
|
55 |
+
urllib3==1.26.16
|
56 |
+
Werkzeug==2.3.7
|
57 |
+
wsproto==1.2.0
|
58 |
+
tensorflow==2.18.0
|
59 |
+
joblib==1.3.0
|
60 |
+
fastapi
|
61 |
+
uvicorn[standard]
|
62 |
+
asgiref
|
63 |
+
mlxtend
|