Skip to content

Commit eb296b7

Browse files
authored
Merge branch 'main' into dependabot/pip/tqdm-4.48.2
2 parents a85d2e7 + cd8e0fc commit eb296b7

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
@@ -20,7 +20,7 @@ RUN pip3 install GPy==1.9.9
2020
RUN pip3 install lightgbm==2.3.1
2121
RUN pip3 install xgboost==1.1.1
2222

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
23+
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
2424

2525
RUN mkdir /project; mkdir /project/TMP
2626
VOLUME /project/TMP

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ xgboost==1.1.1
3131
pytest==5.4.1
3232
pytest-pep8==1.0.6
3333
pytest-mock==3.2.0
34-
codecov==2.0.22
34+
codecov==2.1.8
3535
requests==2.23.0
3636

3737
# ART

0 commit comments

Comments
 (0)