Skip to content

Commit 0f2a2bf

Browse files
authored
Merge branch 'main' into dependabot/pip/xgboost-2.0.2
2 parents 2badfc7 + 0b70a71 commit 0f2a2bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Extract metadata (tags, labels) for Docker
3333
id: meta
34-
uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4
34+
uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e
3535
with:
3636
images: adversarialrobustnesstoolbox/releases
3737
tags: |

requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matplotlib==3.7.1
66
scikit-learn>=0.22.2,<1.2.0
77
six==1.16.0
88
Pillow==10.1.0
9-
tqdm==4.65.0
9+
tqdm==4.66.1
1010
statsmodels==0.13.5
1111
pydub==0.25.1
1212
resampy==0.4.2
@@ -40,7 +40,7 @@ timm==0.9.2
4040

4141
catboost==1.1.1
4242
GPy==1.10.0
43-
lightgbm==3.3.5
43+
lightgbm==4.1.0
4444
xgboost==2.0.2
4545

4646
kornia~=0.6.12

tests/metrics/test_verification_decision_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_LightGBM(self):
9292
"verbose": 0,
9393
}
9494

95-
model = lightgbm.train(parameters, train_data, valid_sets=test_data, num_boost_round=2, early_stopping_rounds=1)
95+
model = lightgbm.train(parameters, train_data, valid_sets=test_data, num_boost_round=2)
9696

9797
classifier = LightGBMClassifier(model=model)
9898

0 commit comments

Comments
 (0)