We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d8aedc + c70f9e3 commit 8878885Copy full SHA for 8878885
Dockerfile
@@ -15,7 +15,7 @@ RUN pip3 install h5py==2.10.0
15
RUN pip3 install tensorflow-addons==0.10.0
16
RUN pip3 install mxnet==1.6.0
17
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
+RUN pip3 install catboost==0.24
19
RUN pip3 install GPy==1.9.9
20
RUN pip3 install lightgbm==2.3.1
21
RUN pip3 install xgboost==1.1.1
requirements.txt
@@ -22,7 +22,7 @@ mxnet==1.6.0
22
--find-links https://download.pytorch.org/whl/torch_stable.html
23
torch==1.5.0+cpu
24
torchvision==0.6.0+cpu
25
-catboost==0.23.2
+catboost==0.24
26
GPy==1.9.9
27
lightgbm==2.3.1
28
xgboost==1.1.1
0 commit comments