Skip to content

Commit 8878885

Browse files
authored
Merge pull request #540 from Trusted-AI/dependabot/pip/catboost-0.24
Bump catboost from 0.23.2 to 0.24
2 parents 6d8aedc + c70f9e3 commit 8878885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pip3 install h5py==2.10.0
1515
RUN pip3 install tensorflow-addons==0.10.0
1616
RUN pip3 install mxnet==1.6.0
1717
RUN pip3 install torch==1.5.0 torchvision==0.6.0 -f https://download.pytorch.org/whl/torch_stable.html
18-
RUN pip3 install catboost==0.23.2
18+
RUN pip3 install catboost==0.24
1919
RUN pip3 install GPy==1.9.9
2020
RUN pip3 install lightgbm==2.3.1
2121
RUN pip3 install xgboost==1.1.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mxnet==1.6.0
2222
--find-links https://download.pytorch.org/whl/torch_stable.html
2323
torch==1.5.0+cpu
2424
torchvision==0.6.0+cpu
25-
catboost==0.23.2
25+
catboost==0.24
2626
GPy==1.9.9
2727
lightgbm==2.3.1
2828
xgboost==1.1.1

0 commit comments

Comments
 (0)