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 @@ -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
88RUN 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ numpy==1.18.1
33scipy == 1.4.1
44matplotlib == 3.2.1
55scikit-learn == 0.22.1
6- six == 1.13 .0
6+ six == 1.15 .0
77Pillow == 7.1.0
88tqdm == 4.45.0
99statsmodels == 0.11.0
You can’t perform that action at this time.
0 commit comments