Skip to content

Commit b5e95ae

Browse files
authored
Merge branch 'main' into dependabot/pip/codecov-2.1.8
2 parents 8ca0f69 + 6d8aedc commit b5e95ae

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
@@ -4,7 +4,7 @@ RUN pip3 install keras==2.3.1
44
#FROM tensorflow/tensorflow:1.15.3-py3
55
#RUN pip3 install keras==2.2.5
66

7-
RUN pip3 install numpy==1.18.1 scipy==1.4.1 matplotlib==3.2.1 scikit-learn==0.22.1 six==1.15.0 Pillow==6.2.2
7+
RUN pip3 install numpy==1.18.1 scipy==1.4.1 matplotlib==3.2.1 scikit-learn==0.22.1 six==1.15.0 Pillow==7.2.0
88
RUN pip3 install tqdm==4.45.0 statsmodels==0.11.0 pydub==0.24.1 resampy==0.2.2 ffmpeg-python==0.2.0 cma==3.0.3 mypy==0.770
99

1010
#TODO check if jupyter notebook works

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scipy==1.4.1
44
matplotlib==3.2.1
55
scikit-learn==0.22.1
66
six==1.15.0
7-
Pillow==7.1.0
7+
Pillow==7.2.0
88
tqdm==4.45.0
99
statsmodels==0.11.0
1010
pydub==0.24.1

0 commit comments

Comments
 (0)