File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
DISPLAY : " :99.0"
25
25
PYVISTA_OFF_SCREEN : true
26
26
PYVISTA_QT_VERSION : 0.11.1
27
- PYVISTA_VERSION : 0.44.1
27
+ PYVISTA_VERSION : 0.44.2
28
28
QT_DEBUG_PLUGINS : 1
29
29
30
30
PETSC_ARCH : ${{ matrix.petsc_arch }}
Original file line number Diff line number Diff line change 34
34
# echo "FROM dolfinx/dolfinx-onbuild:nightly" | docker build -f- .
35
35
#
36
36
37
- ARG PYVISTA_VERSION=0.44.1
37
+ ARG PYVISTA_VERSION=0.44.2
38
38
39
39
# Used to set the correct PYTHONPATH for the real and complex install of
40
40
# DOLFINx
@@ -172,11 +172,11 @@ RUN apt-get -qq update && \
172
172
RUN dpkgArch="$(dpkg --print-architecture)"; \
173
173
pip install matplotlib; \
174
174
case "$dpkgArch" in amd64) \
175
- pip install --no-cache-dir pyvista[trame ]==${PYVISTA_VERSION} ;; \
175
+ pip install --no-cache-dir pyvista[jupyter ]==${PYVISTA_VERSION} ;; \
176
176
esac; \
177
177
case "$dpkgArch" in arm64) \
178
178
pip install --no-cache-dir https://github.com/finsberg/vtk-aarch64/releases/download/vtk-9.3.0-cp312/vtk-9.3.0.dev0-cp312-cp312-linux_aarch64.whl && \
179
- pip install --no-cache-dir pyvista[trame ]==${PYVISTA_VERSION} ;; \
179
+ pip install --no-cache-dir pyvista[jupyter ]==${PYVISTA_VERSION} ;; \
180
180
esac; \
181
181
pip cache purge
182
182
You can’t perform that action at this time.
0 commit comments