RMakushkin commited on
Commit
3286f53
·
1 Parent(s): f501cfe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -47
requirements.txt CHANGED
@@ -1,50 +1,27 @@
1
  altair==5.2.0
2
- asttokens==2.4.1
3
  attrs==23.1.0
4
  blinker==1.7.0
5
  cachetools==5.3.2
6
  certifi==2023.11.17
7
  charset-normalizer==3.3.2
8
  click==8.1.7
9
- comm==0.2.0
10
- contourpy==1.2.0
11
- cycler==0.12.1
12
- debugpy==1.8.0
13
- decorator==5.1.1
14
- emoji==2.9.0
15
- exceptiongroup==1.2.0
16
- executing==2.0.1
17
  filelock==3.13.1
18
- fonttools==4.45.1
19
- fsspec==2023.10.0
20
- gensim==4.3.2
21
  gitdb==4.0.11
22
  GitPython==3.1.40
23
  huggingface-hub==0.19.4
24
  idna==3.6
 
25
  importlib-metadata==6.11.0
26
- ipykernel==6.26.0
27
- ipython==8.18.1
28
- ipywidgets==8.1.1
29
- jedi==0.19.1
30
  Jinja2==3.1.2
31
  joblib==1.3.2
32
  jsonschema==4.20.0
33
  jsonschema-specifications==2023.11.2
34
- jupyter_client==8.6.0
35
- jupyter_core==5.5.0
36
- jupyterlab-widgets==3.0.9
37
- kiwisolver==1.4.5
38
- lightning-utilities==0.10.0
39
  markdown-it-py==3.0.0
40
  MarkupSafe==2.1.3
41
- matplotlib==3.8.2
42
- matplotlib-inline==0.1.6
43
  mdurl==0.1.2
44
  mpmath==1.3.0
45
- nest-asyncio==1.5.8
46
  networkx==3.2.1
47
- nltk==3.8.1
48
  numpy==1.26.2
49
  nvidia-cublas-cu12==12.1.3.1
50
  nvidia-cuda-cupti-cu12==12.1.105
@@ -58,27 +35,16 @@ nvidia-cusparse-cu12==12.1.0.106
58
  nvidia-nccl-cu12==2.18.1
59
  nvidia-nvjitlink-cu12==12.3.101
60
  nvidia-nvtx-cu12==12.1.105
61
- opencv-python==4.8.1.78
62
  packaging==23.2
63
  pandas==2.1.3
64
- parso==0.8.3
65
- pexpect==4.9.0
66
  Pillow==10.1.0
67
- platformdirs==4.0.0
68
- prompt-toolkit==3.0.41
69
  protobuf==4.25.1
70
- psutil==5.9.6
71
- ptyprocess==0.7.0
72
- pure-eval==0.2.2
73
- py-cpuinfo==9.0.0
74
  pyarrow==14.0.1
75
  pydeck==0.8.1b0
76
  Pygments==2.17.2
77
- pyparsing==3.1.1
78
  python-dateutil==2.8.2
79
  pytz==2023.3.post1
80
  PyYAML==6.0.1
81
- pyzmq==25.1.1
82
  referencing==0.32.0
83
  regex==2023.10.3
84
  requests==2.31.0
@@ -87,33 +53,25 @@ rpds-py==0.13.2
87
  safetensors==0.4.1
88
  scikit-learn==1.3.2
89
  scipy==1.11.4
90
- seaborn==0.13.0
91
  six==1.16.0
92
- smart-open==6.4.0
93
  smmap==5.0.1
94
- stack-data==0.6.3
95
  streamlit==1.29.0
96
  sympy==1.12
97
  tenacity==8.2.3
98
- thop==0.1.1.post2209072238
99
  threadpoolctl==3.2.0
100
  tokenizers==0.15.0
101
  toml==0.10.2
102
  toolz==0.12.0
103
  torch==2.1.1
104
- torchmetrics==1.2.1
105
- torchutils==0.0.4
106
- torchvision==0.16.1
107
- tornado==6.3.3
108
  tqdm==4.66.1
109
- traitlets==5.13.0
110
  transformers==4.35.2
111
  triton==2.1.0
112
  typing_extensions==4.8.0
113
  tzdata==2023.3
114
  tzlocal==5.2
115
- ultralytics==8.0.220
116
  urllib3==2.1.0
117
  validators==0.22.0
118
  watchdog==3.0.0
119
- wcwidth==0.2.12
 
1
  altair==5.2.0
 
2
  attrs==23.1.0
3
  blinker==1.7.0
4
  cachetools==5.3.2
5
  certifi==2023.11.17
6
  charset-normalizer==3.3.2
7
  click==8.1.7
 
 
 
 
 
 
 
 
8
  filelock==3.13.1
9
+ fsspec==2023.12.1
 
 
10
  gitdb==4.0.11
11
  GitPython==3.1.40
12
  huggingface-hub==0.19.4
13
  idna==3.6
14
+ imageio==2.33.0
15
  importlib-metadata==6.11.0
 
 
 
 
16
  Jinja2==3.1.2
17
  joblib==1.3.2
18
  jsonschema==4.20.0
19
  jsonschema-specifications==2023.11.2
 
 
 
 
 
20
  markdown-it-py==3.0.0
21
  MarkupSafe==2.1.3
 
 
22
  mdurl==0.1.2
23
  mpmath==1.3.0
 
24
  networkx==3.2.1
 
25
  numpy==1.26.2
26
  nvidia-cublas-cu12==12.1.3.1
27
  nvidia-cuda-cupti-cu12==12.1.105
 
35
  nvidia-nccl-cu12==2.18.1
36
  nvidia-nvjitlink-cu12==12.3.101
37
  nvidia-nvtx-cu12==12.1.105
 
38
  packaging==23.2
39
  pandas==2.1.3
 
 
40
  Pillow==10.1.0
 
 
41
  protobuf==4.25.1
 
 
 
 
42
  pyarrow==14.0.1
43
  pydeck==0.8.1b0
44
  Pygments==2.17.2
 
45
  python-dateutil==2.8.2
46
  pytz==2023.3.post1
47
  PyYAML==6.0.1
 
48
  referencing==0.32.0
49
  regex==2023.10.3
50
  requests==2.31.0
 
53
  safetensors==0.4.1
54
  scikit-learn==1.3.2
55
  scipy==1.11.4
56
+ sentencepiece==0.1.99
57
  six==1.16.0
 
58
  smmap==5.0.1
 
59
  streamlit==1.29.0
60
  sympy==1.12
61
  tenacity==8.2.3
 
62
  threadpoolctl==3.2.0
63
  tokenizers==0.15.0
64
  toml==0.10.2
65
  toolz==0.12.0
66
  torch==2.1.1
67
+ tornado==6.4
 
 
 
68
  tqdm==4.66.1
 
69
  transformers==4.35.2
70
  triton==2.1.0
71
  typing_extensions==4.8.0
72
  tzdata==2023.3
73
  tzlocal==5.2
 
74
  urllib3==2.1.0
75
  validators==0.22.0
76
  watchdog==3.0.0
77
+ zipp==3.17.0