Skip to content

Commit 0b70087

Browse files
authored
Merge pull request #1896 from Trusted-AI/dependabot/pip/xgboost-1.7.0
Bump xgboost from 1.6.2 to 1.7.0
2 parents 6ab005c + e0d79e0 commit 0b70087

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ jobs:
4545
sudo apt-get update
4646
sudo apt-get -y -q install ffmpeg libavcodec-extra
4747
python -m pip install --upgrade pip setuptools wheel
48-
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d' requirements_test.txt)
48+
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d' requirements_test.txt)
4949
pip install pandas==1.3.5
5050
pip install scipy==1.7.2
5151
pip install matplotlib==3.5.3
52+
pip install xgboost==1.6.2
5253
pip install tensorflow==${{ matrix.tensorflow }}
5354
pip install keras==${{ matrix.keras }}
5455
pip list

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ torchvision==0.13.1+cpu
3737
catboost==1.1
3838
GPy==1.10.0
3939
lightgbm==3.3.2
40-
xgboost==1.6.2
40+
xgboost==1.7.0
4141

4242
kornia~=0.6.7
4343
tensorboardX==2.5.1

0 commit comments

Comments
 (0)