Update requirements.txt
Browse files- requirements.txt +19 -65
requirements.txt
CHANGED
@@ -1,71 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
fonttools==4.51.0
|
13 |
-
fsspec==2024.3.1
|
14 |
-
gensim==4.3.2
|
15 |
-
gitdb==4.0.11
|
16 |
-
GitPython==3.1.43
|
17 |
-
graphviz==0.20.3
|
18 |
-
huggingface-hub==0.22.2
|
19 |
-
idna==3.7
|
20 |
-
Jinja2==3.1.3
|
21 |
-
joblib==1.4.0
|
22 |
-
jsonschema==4.21.1
|
23 |
-
jsonschema-specifications==2023.12.1
|
24 |
-
kiwisolver==1.4.5
|
25 |
-
markdown-it-py==3.0.0
|
26 |
-
MarkupSafe==2.1.5
|
27 |
-
matplotlib==3.8.4
|
28 |
-
mdurl==0.1.2
|
29 |
-
mpmath==1.3.0
|
30 |
-
networkx==3.3
|
31 |
nltk==3.8.1
|
32 |
-
|
33 |
-
|
34 |
-
pandas
|
35 |
-
pillow
|
36 |
-
|
37 |
-
protobuf==4.25.3
|
38 |
-
pyarrow==15.0.2
|
39 |
-
pydeck==0.8.1b0
|
40 |
-
Pygments==2.17.2
|
41 |
-
pymystem3==0.2.0
|
42 |
-
pyparsing==3.1.2
|
43 |
-
python-dateutil==2.9.0.post0
|
44 |
-
pytz==2024.1
|
45 |
-
PyYAML==6.0.1
|
46 |
-
referencing==0.34.0
|
47 |
-
regex==2023.12.25
|
48 |
-
requests==2.31.0
|
49 |
-
rich==13.7.1
|
50 |
-
rpds-py==0.18.0
|
51 |
-
safetensors==0.4.2
|
52 |
scikit-learn==1.4.2
|
53 |
scipy==1.13.0
|
54 |
-
six==1.16.0
|
55 |
-
smart-open==7.0.4
|
56 |
-
smmap==5.0.1
|
57 |
streamlit==1.33.0
|
58 |
sympy==1.12
|
59 |
-
|
60 |
-
|
61 |
-
tokenizers==0.15.2
|
62 |
-
toml==0.10.2
|
63 |
-
toolz==0.12.1
|
64 |
-
torch==2.2.2
|
65 |
-
tornado==6.4
|
66 |
-
tqdm==4.66.2
|
67 |
transformers==4.39.3
|
68 |
-
|
69 |
-
tzdata==2024.1
|
70 |
-
urllib3==2.2.1
|
71 |
-
wrapt==1.16.0
|
|
|
1 |
+
cachetools
|
2 |
+
catboost
|
3 |
+
charset-normalizer
|
4 |
+
cycler
|
5 |
+
gensim
|
6 |
+
GitPython
|
7 |
+
graphviz
|
8 |
+
huggingface-hub
|
9 |
+
joblib
|
10 |
+
markdown-it-py
|
11 |
+
networkx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
nltk==3.8.1
|
13 |
+
nltk.download('stopwords')
|
14 |
+
numpy
|
15 |
+
pandas
|
16 |
+
pillow
|
17 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
scikit-learn==1.4.2
|
19 |
scipy==1.13.0
|
|
|
|
|
|
|
20 |
streamlit==1.33.0
|
21 |
sympy==1.12
|
22 |
+
torch
|
23 |
+
tqdm
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
transformers==4.39.3
|
25 |
+
|
|
|
|
|
|