File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ torchvision==0.13.1+cpu
3737catboost==1.1
3838GPy==1.10.0
3939lightgbm==3.3.2
40- xgboost==1.6.2
40+ xgboost==1.7.0
4141
4242kornia~=0.6.7
4343tensorboardX==2.5.1
You can’t perform that action at this time.
0 commit comments