Skip to content

Commit 9643685

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-mock-3.2.0
2 parents 1d394a5 + eeff3f5 commit 9643685

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
@@ -5,7 +5,7 @@ RUN pip3 install keras==2.3.1
55
#RUN pip3 install keras==2.2.5
66

77
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
8-
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==2.7.0 mypy==0.770
8+
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
1111
RUN pip3 install jupyter==1.0.0 && pip3 install jupyterlab==2.1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ statsmodels==0.11.0
1010
pydub==0.24.1
1111
resampy==0.2.2
1212
ffmpeg-python==0.2.0
13-
cma==2.7.0
13+
cma==3.0.3
1414

1515
# frameworks
1616
h5py==2.10.0

0 commit comments

Comments
 (0)