Skip to content

Commit 53e79ba

Browse files
authored
Merge pull request #1632 from Trusted-AI/dependabot/pip/xgboost-1.6.0
Bump xgboost from 1.5.2 to 1.6.0
2 parents 1e47177 + d32a943 commit 53e79ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-lingvo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sudo apt-get update
4848
sudo apt-get -y -q install ffmpeg libavcodec-extra
4949
python -m pip install --upgrade pip setuptools wheel
50-
pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d' requirements_test.txt)
50+
pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d' requirements_test.txt)
5151
pip install scipy==1.5.4
5252
pip install matplotlib==3.3.4
5353
pip install pandas==1.1.5
@@ -67,6 +67,7 @@ jobs:
6767
pip install torch==1.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
6868
pip install torchaudio==0.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
6969
pip install torchvision==0.11.3+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
70+
pip install xgboost==1.5.2
7071
pip list
7172
- name: Run ${{ matrix.name }} Tests
7273
run: ./run_tests.sh ${{ matrix.framework }}

requirements_test.txt

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

4242
kornia~=0.6.4
4343
tensorboardX==2.5

0 commit comments

Comments
 (0)