updated requirements
Browse files- requirements.txt +92 -16
requirements.txt
CHANGED
@@ -1,18 +1,94 @@
|
|
1 |
-
emoji==1.7.0
|
2 |
-
pandas-profiling==2.*
|
3 |
-
plotly==4.*
|
4 |
-
spacy>=3.0.0,<4.0.0
|
5 |
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
googletrans==3.1.0a0
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
|
2 |
+
appdirs==1.4.4
|
3 |
+
attrs==23.1.0
|
4 |
+
bertopic==0.15.0
|
5 |
+
build==1.0.3
|
6 |
+
debugpy==1.6.6
|
7 |
+
emoji==1.7.0
|
8 |
+
en-core-web-lg==3.6.0
|
9 |
+
en-core-web-sm==3.6.0
|
10 |
+
flair==0.12.2
|
11 |
+
gensim==4.3.2
|
12 |
+
google==2.0.3
|
13 |
+
google-api-core==2.11.1
|
14 |
+
google-api-python-client==2.84.0
|
15 |
+
google-auth==2.17.3
|
16 |
+
google-auth-httplib2==0.1.1
|
17 |
+
google-auth-oauthlib==1.0.0
|
18 |
+
google-cloud-bigquery==3.10.0
|
19 |
+
google-cloud-bigquery-connection==1.12.1
|
20 |
+
google-cloud-bigquery-storage==2.22.0
|
21 |
+
google-cloud-core==2.3.3
|
22 |
+
google-cloud-datastore==2.15.2
|
23 |
+
google-cloud-firestore==2.11.1
|
24 |
+
google-cloud-functions==1.13.3
|
25 |
+
google-cloud-language==2.9.1
|
26 |
+
google-cloud-storage==2.8.0
|
27 |
+
google-cloud-translate==3.11.3
|
28 |
googletrans==3.1.0a0
|
29 |
+
hdbscan==0.8.33
|
30 |
+
huggingface-hub==0.17.3
|
31 |
+
imbalanced-learn==0.10.1
|
32 |
+
ipykernel==5.5.6
|
33 |
+
jupyter-client==6.1.12
|
34 |
+
jupyter-console==6.1.0
|
35 |
+
jupyter_core==5.4.0
|
36 |
+
jupyter-server==1.24.0
|
37 |
+
jupyterlab-pygments==0.2.2
|
38 |
+
jupyterlab-widgets==3.0.9
|
39 |
+
langcodes==3.3.0
|
40 |
+
langdetect==1.0.9
|
41 |
+
matplotlib==3.7.1
|
42 |
+
matplotlib-inline==0.1.6
|
43 |
+
matplotlib-venn==0.11.9
|
44 |
+
nest-asyncio==1.5.8
|
45 |
+
numpy==1.23.5
|
46 |
+
oauth2client==4.1.3
|
47 |
+
oauthlib==3.2.2
|
48 |
+
pandas==2.1.1
|
49 |
+
pandas-datareader==0.10.0
|
50 |
+
pandas-gbq==0.17.9
|
51 |
+
pandas-stubs==1.5.3.230304
|
52 |
+
plotly==4.14.3
|
53 |
+
psycopg2==2.9.9
|
54 |
+
pyLDAvis==3.4.1
|
55 |
+
python-apt==0.0.0
|
56 |
+
python-box==7.1.1
|
57 |
+
python-dateutil==2.8.2
|
58 |
+
python-louvain==0.16
|
59 |
+
python-slugify==8.0.1
|
60 |
+
python-utils==3.8.1
|
61 |
+
pytorch_revgrad==0.2.0
|
62 |
+
requirements-parser==0.5.0
|
63 |
+
scikit-image==0.19.3
|
64 |
+
scikit-learn==1.1.0
|
65 |
+
sentence-transformers==2.2.2
|
66 |
+
sentencepiece==0.1.99
|
67 |
+
sklearn-pandas==2.2.0
|
68 |
+
spacy==3.6.1
|
69 |
+
spacy-legacy==3.0.12
|
70 |
+
spacy-loggers==1.0.5
|
71 |
+
tensorboard==2.13.0
|
72 |
+
tensorboard-data-server==0.7.1
|
73 |
+
tensorflow==2.13.0
|
74 |
+
tensorflow-datasets==4.9.3
|
75 |
+
tensorflow-estimator==2.13.0
|
76 |
+
tensorflow-gcs-config==2.13.0
|
77 |
+
tensorflow-hub==0.15.0
|
78 |
+
tensorflow-io-gcs-filesystem==0.34.0
|
79 |
+
tensorflow-metadata==1.14.0
|
80 |
+
tensorflow-probability==0.20.1
|
81 |
+
tensorstore==0.1.45
|
82 |
+
tokenizers==0.14.1
|
83 |
+
torch==2.1.0
|
84 |
+
torchaudio==2.0.2+cu118
|
85 |
+
torchdata==0.6.1
|
86 |
+
torchsummary==1.5.1
|
87 |
+
torchtext==0.15.2
|
88 |
+
torchvision==0.16.0
|
89 |
+
tqdm==4.66.1
|
90 |
+
transformer-smaller-training-vocab==0.3.2
|
91 |
+
transformers==4.34.0
|
92 |
+
tweepy==4.13.0
|
93 |
+
umap-learn==0.5.4
|
94 |
+
wordcloud==1.9.2
|