Commit a9f4887 1 parent d2bfe7a commit a9f4887 Copy full SHA for a9f4887
File tree 3 files changed +15
-18
lines changed
3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
1
2captcha-python == 1.1.3
2
2
absl-py == 1.2.0
3
3
aiodns == 3.0.0
4
- aiohttp == 3.8.3
4
+ aiohttp == 3.8.5
5
5
aiohttp-retry == 2.8.3
6
6
aiosignal == 1.2.0
7
7
aleph-alpha-client == 2.14.0
@@ -21,7 +21,7 @@ bottle==0.12.23
21
21
cachetools == 5.2.0
22
22
catalogue == 2.0.8
23
23
cattrs == 22.2.0
24
- certifi == 2022.12.7
24
+ certifi == 2023.7.22
25
25
cffi == 1.15.1
26
26
cfgv == 3.3.1
27
27
charset-normalizer == 2.1.1
@@ -55,7 +55,7 @@ greenlet==1.1.3
55
55
gunicorn == 20.1.0
56
56
h11 == 0.14.0
57
57
httplib2 == 0.20.4
58
- huggingface-hub == 0.11.0
58
+ huggingface-hub == 0.15.1
59
59
icetk == 0.0.4
60
60
identify == 2.5.6
61
61
idna == 3.4
@@ -75,7 +75,7 @@ MarkupSafe==2.1.1
75
75
matplotlib == 3.6.0
76
76
mccabe == 0.7.0
77
77
moverscore == 1.0.3
78
- mpmath == 1.2.1
78
+ mpmath == 1.3.0
79
79
multidict == 6.0.2
80
80
multiprocess == 0.70.13
81
81
murmurhash == 1.0.8
@@ -94,7 +94,7 @@ pandas==1.5.0
94
94
pandas-stubs == 1.5.0.221003
95
95
parameterized == 0.8.1
96
96
pathspec == 0.10.1
97
- pathy == 0.6 .2
97
+ pathy == 0.10 .2
98
98
Pillow == 9.3.0
99
99
platformdirs == 2.5.2
100
100
pluggy == 1.0.0
@@ -124,7 +124,7 @@ pytrec-eval==0.5
124
124
pytz == 2022.4
125
125
PyYAML == 6.0
126
126
regex == 2022.9.13
127
- requests == 2.28.1
127
+ requests == 2.31.0
128
128
responses == 0.18.0
129
129
retrying == 1.3.4
130
130
rouge-score == 0.1.2
@@ -134,18 +134,17 @@ sacrebleu==2.2.1
134
134
sacremoses == 0.0.53
135
135
scaleapi == 2.13.0
136
136
scikit-learn == 1.1.2
137
- scipy == 1.9.1
137
+ scipy == 1.10.0
138
138
selenium == 4.8.0
139
139
sentencepiece == 0.1.97
140
140
simple-slurm == 0.2.6
141
141
six == 1.16.0
142
- sklearn == 0.0
143
142
smart-open == 5.2.1
144
143
sniffio == 1.3.0
145
144
sortedcontainers == 2.4.0
146
145
soupsieve == 2.3.2.post1
147
- spacy == 3.2 .4
148
- spacy-legacy == 3.0.10
146
+ spacy == 3.5 .4
147
+ spacy-legacy == 3.0.12
149
148
spacy-loggers == 1.0.3
150
149
sqlitedict == 1.7.0
151
150
srsly == 2.4.4
@@ -154,7 +153,7 @@ summ-eval==0.892
154
153
surge-api == 1.1.0
155
154
sympy == 1.11.1
156
155
tabulate == 0.9.0
157
- thinc == 8.0.17
156
+ thinc == 8.1.12
158
157
threadpoolctl == 3.1.0
159
158
tiktoken == 0.3.3
160
159
tls-client == 0.1.8
@@ -166,7 +165,7 @@ torchvision==0.13.1 ; sys_platform == "darwin"
166
165
torch == 1.12.1+cu113 ; sys_platform == "linux"
167
166
torchvision == 0.13.1+cu113 ; sys_platform == "linux"
168
167
tqdm == 4.64.1
169
- transformers == 4.28 .1
168
+ transformers == 4.33 .1
170
169
trio == 0.22.0
171
170
trio-websocket == 0.9.2
172
171
typer == 0.4.2
@@ -178,7 +177,7 @@ types-tabulate==0.9.0.0
178
177
types-urllib3 == 1.26.25
179
178
typing == 3.7.4.3
180
179
typing_extensions == 4.4.0
181
- uncertainty-calibration == 0.1.3
180
+ uncertainty-calibration == 0.1.4
182
181
undetected-chromedriver == 3.2.1
183
182
uritemplate == 4.1.1
184
183
urllib3 == 1.26.12
Original file line number Diff line number Diff line change 1
1
apache-beam==2.47.0
2
2
bitarray==2.7.3
3
- certifi==2023.5.7
3
+ certifi==2023.7.22
4
4
charset-normalizer==3.1.0
5
5
click==8.1.3
6
6
cloudpickle==2.2.1
Original file line number Diff line number Diff line change @@ -48,10 +48,8 @@ install_requires=
48
48
nltk~=3.7
49
49
pyext~=0.7
50
50
rouge-score~=0.1.2
51
- scipy~=1.9.1
52
- uncertainty-calibration~=0.1.3
53
- # Work around https://github.com/p-lambda/verified_calibration/issues/11
54
- # TODO: Remove after this issue is resolved
51
+ scipy~=1.10.0
52
+ uncertainty-calibration~=0.1.4
55
53
scikit-learn~=1.1.2
56
54
57
55
# Models and Metrics Extras
You can’t perform that action at this time.
0 commit comments