File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -18,27 +18,27 @@ USER $NB_UID
1818RUN conda install --quiet --yes \
1919 'beautifulsoup4=4.8.*' \
2020 'conda-forge::blas=*=openblas' \
21- 'bokeh=1.4*' \
22- 'cloudpickle=1.2*' \
23- 'cython=0.29*' \
21+ 'bokeh=1.4. *' \
22+ 'cloudpickle=1.2. *' \
23+ 'cython=0.29. *' \
2424 'dask=2.9.*' \
25- 'dill=0.3*' \
26- 'h5py=2.10*' \
27- 'hdf5=1.10*' \
28- 'ipywidgets=7.5*' \
25+ 'dill=0.3. *' \
26+ 'h5py=2.10. *' \
27+ 'hdf5=1.10. *' \
28+ 'ipywidgets=7.5. *' \
2929 'matplotlib-base=3.1.*' \
30- 'numba=0.45 *' \
31- 'numexpr=2.6 *' \
32- 'pandas=0.25*' \
33- 'patsy=0.5*' \
34- 'protobuf=3.9 .*' \
35- 'scikit-image=0.15 *' \
36- 'scikit-learn=0.21 *' \
37- 'scipy=1.3 *' \
38- 'seaborn=0.9*' \
39- 'sqlalchemy=1.3*' \
40- 'statsmodels=0.10 *' \
41- 'sympy=1.4 *' \
30+ 'numba=0.48. *' \
31+ 'numexpr=2.7. *' \
32+ 'pandas=0.25. *' \
33+ 'patsy=0.5. *' \
34+ 'protobuf=3.11 .*' \
35+ 'scikit-image=0.16. *' \
36+ 'scikit-learn=0.22. *' \
37+ 'scipy=1.4. *' \
38+ 'seaborn=0.9. *' \
39+ 'sqlalchemy=1.3. *' \
40+ 'statsmodels=0.11. *' \
41+ 'sympy=1.5. *' \
4242 'vincent=0.4.*' \
4343 'xlrd' \
4444 && \
Original file line number Diff line number Diff line change 77
88# Install Tensorflow
99RUN pip install --quiet \
10- 'tensorflow==2.0 .0' && \
10+ 'tensorflow==2.1 .0' && \
1111 fix-permissions $CONDA_DIR && \
1212 fix-permissions /home/$NB_USER
You can’t perform that action at this time.
0 commit comments