File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN pip3 install keras==2.3.1
55# RUN pip3 install keras==2.2.5
66
77RUN 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
1111RUN pip3 install jupyter==1.0.0 && pip3 install jupyterlab==2.1.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ statsmodels==0.11.0
1010pydub == 0.24.1
1111resampy == 0.2.2
1212ffmpeg-python == 0.2.0
13- cma == 2.7.0
13+ cma == 3.0.3
1414
1515# frameworks
1616h5py == 2.10.0
You can’t perform that action at this time.
0 commit comments