Skip to content

Commit 7c1bc2f

Browse files
Add qutip and quspin (#14)
1 parent ffcbd2a commit 7c1bc2f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN mkdir -p ~/miniconda3 &&wget https://repo.anaconda.com/miniconda/Miniconda3-
99

1010
#RUN pipx install copier
1111

12-
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
12+
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
1313

1414

1515

examples/jupyterlite/environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ dependencies:
1414
- numpy
1515
- anywidget
1616
- scipy
17-
- sympy
17+
- sympy
18+
- qutip
19+
- pip:
20+
- quspin

0 commit comments

Comments
 (0)