Skip to content
Snippets Groups Projects
Commit 087ab401 authored by Rostislav Chudoba's avatar Rostislav Chudoba
Browse files

some fat removed

parent cfd5ee31
No related branches found
No related tags found
No related merge requests found
...@@ -11,16 +11,16 @@ RUN conda env update -f /tmp/environment.yml && \ ...@@ -11,16 +11,16 @@ RUN conda env update -f /tmp/environment.yml && \
conda clean -a -f -y conda clean -a -f -y
# Basic Backend extensions # Basic Backend extensions
RUN jupyter labextension uninstall jupyter-matplotlib #RUN jupyter labextension uninstall jupyter-matplotlib
#
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@3.0.0 #RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@3.0.0
#
RUN jupyter labextension install jupyter-matplotlib@0.9.0 #RUN jupyter labextension install jupyter-matplotlib@0.9.0
#
RUN jupyter labextension install jupyterlab-datawidgets@7.0.0 #RUN jupyter labextension install jupyterlab-datawidgets@7.0.0
#
RUN jupyter labextension install ipytree@0.2.1 #RUN jupyter labextension install ipytree@0.2.1
#
RUN jupyter labextension install k3d@2.9.3 #RUN jupyter labextension install k3d@2.9.3
#
RUN jupyter labextension install ipyregulartable@0.2.0 #RUN jupyter labextension install ipyregulartable@0.2.0
...@@ -2,24 +2,24 @@ name: base ...@@ -2,24 +2,24 @@ name: base
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
- appmode==0.8.0 # - appmode==0.8.0
- jupyter_contrib_nbextensions==0.5.1 # - jupyter_contrib_nbextensions==0.5.1
- traits==6.1.1 - traits==6.1.1
- matplotlib==3.3.3 - matplotlib==3.3.3
- numpy==1.19.4 - numpy==1.19.4
- sympy==1.7.1 - sympy==1.7.1
- scipy==1.5.3 - scipy==1.5.3
- k3d==2.9.3 # - k3d==2.9.3
- ipywidgets==7.6.3 - ipywidgets==7.6.3
- mayavi==4.7.2 # - mayavi==4.7.2
- ipympl==0.7.0 - ipympl==0.7.0
- ipyregulartable # - ipyregulartable
- ipytree==0.2.1 - ipytree==0.2.1
- traitsui==7.1.0 - traitsui==7.1.0
- pip - pip
- pip: - pip:
- bmcs-utils==0.0.20a0 - bmcs-utils==0.0.20a0
- bmcs-ibvpy==0.0.4a0 # - bmcs-ibvpy==0.0.4a0
- bmcs-cross_section==0.0.32a0 # - bmcs-cross_section==0.0.32a0
- bmcs-beam==0.0.10a0 # - bmcs-beam==0.0.10a0
- bmcs-fragmentation==0.0.2a0 # - bmcs-fragmentation==0.0.2a0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment