diff --git a/Dockerfile.development b/Dockerfile.development index 9ffa882..4bdbac7 100755 --- a/Dockerfile.development +++ b/Dockerfile.development @@ -9,7 +9,7 @@ RUN mkdir -p ~/miniconda3 &&wget https://repo.anaconda.com/miniconda/Miniconda3- #RUN pipx install copier -RUN ~/miniconda3/bin/conda create -y -n failscomponents --override-channels --strict-channel-priority -c conda-forge -c nodefaults jupyterlab=4 nodejs=18 git copier=7 jinja2-time jupyterlite-core=0.5.0 jupyterlite-pyodide-kernel=0.5.1 jupyterlite-xeus=3.1.4 +RUN ~/miniconda3/bin/conda create -y -n failscomponents --override-channels --strict-channel-priority -c conda-forge -c nodefaults jupyterlab=4 nodejs=18 git copier=7 jinja2-time jupyterlite-core=0.5.1 jupyterlite-pyodide-kernel=0.5.2 jupyterlite-xeus=3.1.6 diff --git a/examples/jupyterlite/environment.yml b/examples/jupyterlite/environment.yml index d3ce542..a6ac9be 100644 --- a/examples/jupyterlite/environment.yml +++ b/examples/jupyterlite/environment.yml @@ -14,4 +14,7 @@ dependencies: - numpy - anywidget - scipy - - sympy \ No newline at end of file + - sympy + - qutip + - pip: + - quspin \ No newline at end of file