We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca50fb0 + 67085e0 commit 656d306Copy full SHA for 656d306
ci/Dockerfile.ubuntu
@@ -58,6 +58,8 @@ RUN /venv/bin/pip install vtk==9.2.6 pyqt5 matplotlib pyevtk plotly
58
RUN /venv/bin/pip install mayavi
59
RUN /venv/bin/pip install git+https://github.com/hiddenSymmetries/booz_xform
60
RUN /venv/bin/pip install git+https://github.com/hiddenSymmetries/virtual-casing
61
+RUN /venv/bin/pip install git+https://github.com/rogeriojorge/pyQIC
62
+RUN /venv/bin/pip install git+https://github.com/landreman/pyQSC
63
64
ENV CI=True
65
RUN git clone --recurse-submodules https://github.com/hiddenSymmetries/simsopt.git /src/simsopt && \
0 commit comments