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 9d4bf59 + b49cdbc commit 34e57c1Copy full SHA for 34e57c1
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.1.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.0.22 requests==2.23.0
24
25
RUN mkdir /project; mkdir /project/TMP
26
VOLUME /project/TMP
requirements.txt
@@ -30,7 +30,7 @@ xgboost==1.1.1
30
# other
31
pytest==5.4.1
32
pytest-pep8==1.0.6
33
-pytest-mock==3.1.0
+pytest-mock==3.2.0
34
codecov==2.0.22
35
requests==2.23.0
36
0 commit comments