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 a85d2e7 + cd8e0fc commit eb296b7Copy full SHA for eb296b7
Dockerfile
@@ -20,7 +20,7 @@ RUN pip3 install GPy==1.9.9
20
RUN pip3 install lightgbm==2.3.1
21
RUN pip3 install xgboost==1.1.1
22
23
-RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.2.0 codecov==2.0.22 requests==2.23.0
+RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.2.0 codecov==2.1.8 requests==2.23.0
24
25
RUN mkdir /project; mkdir /project/TMP
26
VOLUME /project/TMP
requirements.txt
@@ -31,7 +31,7 @@ xgboost==1.1.1
31
pytest==5.4.1
32
pytest-pep8==1.0.6
33
pytest-mock==3.2.0
34
-codecov==2.0.22
+codecov==2.1.8
35
requests==2.23.0
36
37
# ART
0 commit comments