Shu-vi commited on
Commit
720f7f5
·
verified ·
1 Parent(s): 3d46673

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -3
requirements.txt CHANGED
@@ -1,3 +1,96 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ beautifulsoup4==4.14.2
3
+ blis==1.3.0
4
+ catalogue==2.0.10
5
+ certifi==2025.10.5
6
+ charset-normalizer==3.4.3
7
+ click==8.3.0
8
+ cloudpathlib==0.23.0
9
+ confection==0.1.5
10
+ cymem==2.0.11
11
+ dateparser==1.2.2
12
+ DAWG-Python==0.7.2
13
+ DAWG2-Python==0.9.0
14
+ docopt==0.6.2
15
+ filelock==3.19.1
16
+ fsspec==2025.9.0
17
+ hf-xet==1.1.10
18
+ huggingface-hub==0.35.3
19
+ idna==3.10
20
+ Jinja2==3.1.6
21
+ joblib==1.5.2
22
+ langcodes==3.5.0
23
+ langdetect==1.0.9
24
+ language_data==1.3.0
25
+ marisa-trie==1.3.1
26
+ markdown-it-py==4.0.0
27
+ MarkupSafe==3.0.3
28
+ mdurl==0.1.2
29
+ mpmath==1.3.0
30
+ murmurhash==1.0.13
31
+ networkx==3.5
32
+ nltk==3.9.2
33
+ numpy==2.3.3
34
+ nvidia-cublas-cu12==12.8.4.1
35
+ nvidia-cuda-cupti-cu12==12.8.90
36
+ nvidia-cuda-nvrtc-cu12==12.8.93
37
+ nvidia-cuda-runtime-cu12==12.8.90
38
+ nvidia-cudnn-cu12==9.10.2.21
39
+ nvidia-cufft-cu12==11.3.3.83
40
+ nvidia-cufile-cu12==1.13.1.3
41
+ nvidia-curand-cu12==10.3.9.90
42
+ nvidia-cusolver-cu12==11.7.3.90
43
+ nvidia-cusparse-cu12==12.5.8.93
44
+ nvidia-cusparselt-cu12==0.7.1
45
+ nvidia-nccl-cu12==2.27.3
46
+ nvidia-nvjitlink-cu12==12.8.93
47
+ nvidia-nvtx-cu12==12.8.90
48
+ packaging==25.0
49
+ pandas==2.3.3
50
+ pillow==11.3.0
51
+ preshed==3.0.10
52
+ pydantic==2.12.0
53
+ pydantic_core==2.41.1
54
+ Pygments==2.19.2
55
+ pymorphy2==0.9.1
56
+ pymorphy2-dicts-ru==2.4.417127.4579844
57
+ pymorphy3==2.0.5
58
+ pymorphy3-dicts-ru==2.4.417150.4580142
59
+ python-dateutil==2.9.0.post0
60
+ pytz==2025.2
61
+ PyYAML==6.0.3
62
+ razdel==0.5.0
63
+ regex==2025.9.18
64
+ requests==2.32.5
65
+ rich==14.1.0
66
+ ru_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/ru_core_news_sm-3.8.0/ru_core_news_sm-3.8.0-py3-none-any.whl#sha256=69978d47b43e2c4f329bebdb155e8e9d3861bba1a58ba25551419dae7d7e07fc
67
+ safetensors==0.6.2
68
+ scikit-learn==1.7.2
69
+ scipy==1.16.2
70
+ sentence-transformers==5.1.1
71
+ setuptools==80.9.0
72
+ shellingham==1.5.4
73
+ six==1.17.0
74
+ smart_open==7.3.1
75
+ soupsieve==2.8
76
+ spacy==3.8.7
77
+ spacy-legacy==3.0.12
78
+ spacy-loggers==1.0.5
79
+ srsly==2.5.1
80
+ sympy==1.14.0
81
+ thinc==8.3.6
82
+ threadpoolctl==3.6.0
83
+ tokenizers==0.22.1
84
+ torch==2.8.0
85
+ tqdm==4.67.1
86
+ transformers==4.57.0
87
+ triton==3.4.0
88
+ typer==0.19.2
89
+ typing-inspection==0.4.2
90
+ typing_extensions==4.15.0
91
+ tzdata==2025.2
92
+ tzlocal==5.3.1
93
+ urllib3==2.5.0
94
+ wasabi==1.1.3
95
+ weasel==0.4.1
96
+ wrapt==1.17.3