osheina commited on
Commit
62a22f3
·
verified ·
1 Parent(s): b900cb8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -75
requirements.txt CHANGED
@@ -1,75 +1,24 @@
1
- appnope==0.1.4
2
- asttokens==2.4.1
3
- attrs==23.2.0
4
- catboost==1.2.3
5
- certifi==2024.2.2
6
- charset-normalizer==3.3.2
7
- click==8.1.7
8
- comm==0.2.2
9
- contourpy==1.2.1
10
- cycler==0.12.1
11
- debugpy==1.8.1
12
- decorator==5.1.1
13
- executing==2.0.1
14
- filelock==3.13.4
15
- fonttools==4.51.0
16
- fsspec==2024.3.1
17
- graphviz==0.20.3
18
- gensim==4.3.2
19
- huggingface-hub==0.22.2
20
- idna==3.7
21
- ipykernel==6.29.4
22
- ipython==8.23.0
23
- jedi==0.19.1
24
- Jinja2==3.1.3
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