Skip to content

Commit 582688d

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-mock-3.2.0
2 parents 9643685 + f8b0552 commit 582688d

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.13.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==6.2.2
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
@@ -3,7 +3,7 @@ numpy==1.18.1
33
scipy==1.4.1
44
matplotlib==3.2.1
55
scikit-learn==0.22.1
6-
six==1.13.0
6+
six==1.15.0
77
Pillow==7.1.0
88
tqdm==4.45.0
99
statsmodels==0.11.0

0 commit comments

Comments
 (0)