Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +24 -75
requirements.txt
CHANGED
@@ -1,75 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
joblib==1.4.0
|
26 |
-
jsonlines==4.0.0
|
27 |
-
jupyter_client==8.6.1
|
28 |
-
jupyter_core==5.7.2
|
29 |
-
kiwisolver==1.4.5
|
30 |
-
MarkupSafe==2.1.5
|
31 |
-
matplotlib==3.8.4
|
32 |
-
matplotlib-inline==0.1.6
|
33 |
-
mpmath==1.3.0
|
34 |
-
nest-asyncio==1.6.0
|
35 |
-
networkx==3.3
|
36 |
-
nltk==3.8.1
|
37 |
-
numpy==1.26.4
|
38 |
-
packaging==24.0
|
39 |
-
pandas==2.2.2
|
40 |
-
parso==0.8.4
|
41 |
-
pexpect==4.9.0
|
42 |
-
pillow==10.3.0
|
43 |
-
platformdirs==4.2.0
|
44 |
-
plotly==5.20.0
|
45 |
-
prompt-toolkit==3.0.43
|
46 |
-
psutil==5.9.8
|
47 |
-
ptyprocess==0.7.0
|
48 |
-
pure-eval==0.2.2
|
49 |
-
Pygments==2.17.2
|
50 |
-
pymystem3==0.2.0
|
51 |
-
pyparsing==3.1.2
|
52 |
-
python-dateutil==2.9.0.post0
|
53 |
-
pytz==2024.1
|
54 |
-
PyYAML==6.0.1
|
55 |
-
pyzmq==25.1.2
|
56 |
-
regex==2023.12.25
|
57 |
-
requests==2.31.0
|
58 |
-
safetensors==0.4.2
|
59 |
-
scikit-learn==1.4.2
|
60 |
-
scipy==1.13.0
|
61 |
-
six==1.16.0
|
62 |
-
stack-data==0.6.3
|
63 |
-
sympy==1.12
|
64 |
-
tenacity==8.2.3
|
65 |
-
threadpoolctl==3.4.0
|
66 |
-
tokenizers==0.15.2
|
67 |
-
torch==2.2.2
|
68 |
-
tornado==6.4
|
69 |
-
tqdm==4.66.2
|
70 |
-
traitlets==5.14.2
|
71 |
-
transformers==4.39.3
|
72 |
-
typing_extensions==4.11.0
|
73 |
-
tzdata==2024.1
|
74 |
-
urllib3==2.2.1
|
75 |
-
wcwidth==0.2.13
|
|
|
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
|
13 |
+
numpy
|
14 |
+
pandas
|
15 |
+
pillow
|
16 |
+
requests
|
17 |
+
scikit-learn
|
18 |
+
streamlit
|
19 |
+
sympy
|
20 |
+
torch
|
21 |
+
tqdm
|
22 |
+
transformers
|
23 |
+
pymystem3
|
24 |
+
scipy==1.10.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|