sotirios-slv commited on
Commit
7d42029
·
verified ·
1 Parent(s): 718f172

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. requirements.txt +207 -103
requirements.txt CHANGED
@@ -1,103 +1,207 @@
1
- -i https://pypi.org/simple
2
- accelerate==1.2.1
3
- altair==5.5.0 ; python_version >= '3.9'
4
- attrs==24.3.0 ; python_version >= '3.8'
5
- beautifulsoup4==4.12.3 ; python_full_version >= '3.6.0'
6
- bioc==2.1 ; python_version >= '3.6'
7
- blinker==1.9.0 ; python_version >= '3.9'
8
- bokeh==3.6.2
9
- boto3==1.35.82 ; python_version >= '3.8'
10
- botocore==1.35.82 ; python_version >= '3.8'
11
- cachetools==5.5.0 ; python_version >= '3.7'
12
- certifi==2024.12.14 ; python_version >= '3.6'
13
- charset-normalizer==3.4.0 ; python_full_version >= '3.7.0'
14
- click==8.1.7 ; python_version >= '3.7'
15
- colorama==0.4.6 ; platform_system == 'Windows'
16
- conllu==4.5.3 ; python_version >= '3.6'
17
- contourpy==1.3.1 ; python_version >= '3.10'
18
- cycler==0.12.1 ; python_version >= '3.8'
19
- deprecated==1.2.15 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
20
- docopt==0.6.2
21
- filelock==3.16.1 ; python_version >= '3.8'
22
- flair==0.14.0
23
- fonttools==4.55.3 ; python_version >= '3.8'
24
- fsspec==2024.10.0 ; python_version >= '3.8'
25
- ftfy==6.3.1 ; python_version >= '3.9'
26
- gdown==5.2.0 ; python_version >= '3.8'
27
- gitdb==4.0.11 ; python_version >= '3.7'
28
- gitpython==3.1.43 ; python_version >= '3.7'
29
- huggingface-hub==0.27.0 ; python_full_version >= '3.8.0'
30
- idna==3.10 ; python_version >= '3.6'
31
- intervaltree==3.1.0
32
- jinja2==3.1.4 ; python_version >= '3.7'
33
- jmespath==1.0.1 ; python_version >= '3.7'
34
- joblib==1.4.2 ; python_version >= '3.8'
35
- jsonlines==4.0.0 ; python_version >= '3.8'
36
- jsonschema==4.23.0 ; python_version >= '3.8'
37
- jsonschema-specifications==2024.10.1 ; python_version >= '3.9'
38
- kiwisolver==1.4.7 ; python_version >= '3.8'
39
- langdetect==1.0.9
40
- lxml==5.3.0 ; python_version >= '3.6'
41
- markdown-it-py==3.0.0 ; python_version >= '3.8'
42
- markupsafe==3.0.2 ; python_version >= '3.9'
43
- matplotlib==3.10.0
44
- mdurl==0.1.2 ; python_version >= '3.7'
45
- more-itertools==10.5.0 ; python_version >= '3.8'
46
- mpld3==0.5.10
47
- mpmath==1.3.0
48
- narwhals==1.18.4 ; python_version >= '3.8'
49
- networkx==3.4.2 ; python_version >= '3.10'
50
- numpy==1.26.4 ; python_version >= '3.9'
51
- opencv-python==4.10.0.84
52
- packaging==24.2 ; python_version >= '3.8'
53
- pandas==2.2.3
54
- pillow==11.0.0
55
- pptree==3.1
56
- protobuf==5.29.1 ; python_version >= '3.8'
57
- psutil==6.1.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
58
- pyarrow==18.1.0 ; python_version >= '3.9'
59
- pydeck==0.9.1 ; python_version >= '3.8'
60
- pygments==2.18.0 ; python_version >= '3.8'
61
- pyparsing==3.2.0 ; python_version >= '3.9'
62
- pysocks==1.7.1
63
- python-dateutil==2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
64
- pytorch-revgrad==0.2.0 ; python_version >= '3.5'
65
- pytz==2024.2
66
- pyyaml==6.0.2 ; python_version >= '3.8'
67
- referencing==0.35.1 ; python_version >= '3.8'
68
- regex==2024.11.6 ; python_version >= '3.8'
69
- requests==2.32.3
70
- rich==13.9.4 ; python_full_version >= '3.8.0'
71
- rpds-py==0.22.3 ; python_version >= '3.9'
72
- s3transfer==0.10.4 ; python_version >= '3.8'
73
- safetensors==0.4.5 ; python_version >= '3.7'
74
- scikit-learn==1.6.0
75
- scipy==1.14.1 ; python_version >= '3.10'
76
- segtok==1.5.11
77
- semver==3.0.2 ; python_version >= '3.7'
78
- sentencepiece==0.2.0
79
- six==1.17.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
80
- smmap==5.0.1 ; python_version >= '3.7'
81
- sortedcontainers==2.4.0
82
- soupsieve==2.6 ; python_version >= '3.8'
83
- sqlitedict==2.1.0
84
- streamlit==1.41.1
85
- sympy==1.13.1 ; python_version >= '3.9'
86
- tabulate==0.9.0 ; python_version >= '3.7'
87
- tenacity==9.0.0 ; python_version >= '3.8'
88
- threadpoolctl==3.5.0 ; python_version >= '3.8'
89
- tokenizers==0.21.0 ; python_version >= '3.7'
90
- toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
91
- torch==2.5.1 ; python_full_version >= '3.8.0'
92
- tornado==6.4.2 ; python_version >= '3.8'
93
- tqdm==4.67.1 ; python_version >= '3.7'
94
- transformer-smaller-training-vocab==0.4.0 ; python_version >= '3.8' and python_version < '4.0'
95
- transformers[sentencepiece]==4.47.0 ; python_full_version >= '3.9.0'
96
- typing-extensions==4.12.2 ; python_version >= '3.8'
97
- tzdata==2024.2 ; python_version >= '2'
98
- urllib3==2.2.3 ; python_version >= '3.8'
99
- watchdog==6.0.0 ; platform_system != 'Darwin'
100
- wcwidth==0.2.13
101
- wikipedia-api==0.7.1
102
- wrapt==1.17.0 ; python_version >= '3.8'
103
- xyzservices==2024.9.0 ; python_version >= '3.8'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -i https://pypi.org/simple
2
+
3
+ accelerate==1.2.1
4
+
5
+ altair==5.5.0 ; python_version >= '3.9'
6
+
7
+ attrs==24.3.0 ; python_version >= '3.8'
8
+
9
+ beautifulsoup4==4.12.3 ; python_full_version >= '3.6.0'
10
+
11
+ bioc==2.1 ; python_version >= '3.6'
12
+
13
+ blinker==1.9.0 ; python_version >= '3.9'
14
+
15
+ bokeh==2.4.3
16
+ # bokeh==3.6.2
17
+
18
+ boto3==1.35.82 ; python_version >= '3.8'
19
+
20
+ botocore==1.35.82 ; python_version >= '3.8'
21
+
22
+ cachetools==5.5.0 ; python_version >= '3.7'
23
+
24
+ certifi==2024.12.14 ; python_version >= '3.6'
25
+
26
+ charset-normalizer==3.4.0 ; python_full_version >= '3.7.0'
27
+
28
+ click==8.1.7 ; python_version >= '3.7'
29
+
30
+ colorama==0.4.6 ; platform_system == 'Windows'
31
+
32
+ conllu==4.5.3 ; python_version >= '3.6'
33
+
34
+ contourpy==1.3.1 ; python_version >= '3.10'
35
+
36
+ cycler==0.12.1 ; python_version >= '3.8'
37
+
38
+ deprecated==1.2.15 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
39
+
40
+ docopt==0.6.2
41
+
42
+ filelock==3.16.1 ; python_version >= '3.8'
43
+
44
+ flair==0.14.0
45
+
46
+ fonttools==4.55.3 ; python_version >= '3.8'
47
+
48
+ fsspec==2024.10.0 ; python_version >= '3.8'
49
+
50
+ ftfy==6.3.1 ; python_version >= '3.9'
51
+
52
+ gdown==5.2.0 ; python_version >= '3.8'
53
+
54
+ gitdb==4.0.11 ; python_version >= '3.7'
55
+
56
+ gitpython==3.1.43 ; python_version >= '3.7'
57
+
58
+ huggingface-hub==0.27.0 ; python_full_version >= '3.8.0'
59
+
60
+ idna==3.10 ; python_version >= '3.6'
61
+
62
+ intervaltree==3.1.0
63
+
64
+ jinja2==3.1.4 ; python_version >= '3.7'
65
+
66
+ jmespath==1.0.1 ; python_version >= '3.7'
67
+
68
+ joblib==1.4.2 ; python_version >= '3.8'
69
+
70
+ jsonlines==4.0.0 ; python_version >= '3.8'
71
+
72
+ jsonschema==4.23.0 ; python_version >= '3.8'
73
+
74
+ jsonschema-specifications==2024.10.1 ; python_version >= '3.9'
75
+
76
+ kiwisolver==1.4.7 ; python_version >= '3.8'
77
+
78
+ langdetect==1.0.9
79
+
80
+ lxml==5.3.0 ; python_version >= '3.6'
81
+
82
+ markdown-it-py==3.0.0 ; python_version >= '3.8'
83
+
84
+ markupsafe==3.0.2 ; python_version >= '3.9'
85
+
86
+ matplotlib==3.10.0
87
+
88
+ mdurl==0.1.2 ; python_version >= '3.7'
89
+
90
+ more-itertools==10.5.0 ; python_version >= '3.8'
91
+
92
+ mpld3==0.5.10
93
+
94
+ mpmath==1.3.0
95
+
96
+ narwhals==1.18.4 ; python_version >= '3.8'
97
+
98
+ networkx==3.4.2 ; python_version >= '3.10'
99
+
100
+ numpy==1.26.4 ; python_version >= '3.9'
101
+
102
+ opencv-python==4.10.0.84
103
+
104
+ packaging==24.2 ; python_version >= '3.8'
105
+
106
+ pandas==2.2.3
107
+
108
+ pillow==11.0.0
109
+
110
+ pptree==3.1
111
+
112
+ protobuf==5.29.1 ; python_version >= '3.8'
113
+
114
+ psutil==6.1.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
115
+
116
+ pyarrow==18.1.0 ; python_version >= '3.9'
117
+
118
+ pydeck==0.9.1 ; python_version >= '3.8'
119
+
120
+ pygments==2.18.0 ; python_version >= '3.8'
121
+
122
+ pyparsing==3.2.0 ; python_version >= '3.9'
123
+
124
+ pysocks==1.7.1
125
+
126
+ python-dateutil==2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
127
+
128
+ pytorch-revgrad==0.2.0 ; python_version >= '3.5'
129
+
130
+ pytz==2024.2
131
+
132
+ pyyaml==6.0.2 ; python_version >= '3.8'
133
+
134
+ referencing==0.35.1 ; python_version >= '3.8'
135
+
136
+ regex==2024.11.6 ; python_version >= '3.8'
137
+
138
+ requests==2.32.3
139
+
140
+ rich==13.9.4 ; python_full_version >= '3.8.0'
141
+
142
+ rpds-py==0.22.3 ; python_version >= '3.9'
143
+
144
+ s3transfer==0.10.4 ; python_version >= '3.8'
145
+
146
+ safetensors==0.4.5 ; python_version >= '3.7'
147
+
148
+ scikit-learn==1.6.0
149
+
150
+ scipy==1.14.1 ; python_version >= '3.10'
151
+
152
+ segtok==1.5.11
153
+
154
+ semver==3.0.2 ; python_version >= '3.7'
155
+
156
+ sentencepiece==0.2.0
157
+
158
+ six==1.17.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
159
+
160
+ smmap==5.0.1 ; python_version >= '3.7'
161
+
162
+ sortedcontainers==2.4.0
163
+
164
+ soupsieve==2.6 ; python_version >= '3.8'
165
+
166
+ sqlitedict==2.1.0
167
+
168
+ streamlit==1.41.1
169
+
170
+ sympy==1.13.1 ; python_version >= '3.9'
171
+
172
+ tabulate==0.9.0 ; python_version >= '3.7'
173
+
174
+ tenacity==9.0.0 ; python_version >= '3.8'
175
+
176
+ threadpoolctl==3.5.0 ; python_version >= '3.8'
177
+
178
+ tokenizers==0.21.0 ; python_version >= '3.7'
179
+
180
+ toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
181
+
182
+ torch==2.5.1 ; python_full_version >= '3.8.0'
183
+
184
+ tornado==6.4.2 ; python_version >= '3.8'
185
+
186
+ tqdm==4.67.1 ; python_version >= '3.7'
187
+
188
+ transformer-smaller-training-vocab==0.4.0 ; python_version >= '3.8' and python_version < '4.0'
189
+
190
+ transformers[sentencepiece]==4.47.0 ; python_full_version >= '3.9.0'
191
+
192
+ typing-extensions==4.12.2 ; python_version >= '3.8'
193
+
194
+ tzdata==2024.2 ; python_version >= '2'
195
+
196
+ urllib3==2.2.3 ; python_version >= '3.8'
197
+
198
+ watchdog==6.0.0 ; platform_system != 'Darwin'
199
+
200
+ wcwidth==0.2.13
201
+
202
+ wikipedia-api==0.7.1
203
+
204
+ wrapt==1.17.0 ; python_version >= '3.8'
205
+
206
+ xyzservices==2024.9.0 ; python_version >= '3.8'
207
+